Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditExtrudeActivity.h |
Include |
#include "ToolActivities/PolyEditExtrudeActivity.h" |
enum EPolyEditOffsetModeOptions
{
VertexNormals = static_cast
SelectedTriangleNormals = static_cast
SelectedTriangleNormalsEven = static_cast
}
Name |
Description |
---|---|
VertexNormals |
Vertex normals, regardless of selection. |
SelectedTriangleNormals |
Take the angle-weighed average of the selected triangles around offset vertex to determine vertex movement direction. |
SelectedTriangleNormalsEven |
Like Selected Triangle Normals, but also adjusts the distances moved in an attempt to keep triangles parallel to their original facing. |