Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EExtrudeMeshSelectionInteractionMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Polymodeling/ExtrudeMeshSelectionTool.h |
| Include Path | #include "Polymodeling/ExtrudeMeshSelectionTool.h" |
Syntax
enum EExtrudeMeshSelectionInteractionMode
{
Interactive = 0,
Fixed = 1,
}
Values
| Name | Remarks |
|---|---|
| Interactive | Define the extrusion distance using a 3D gizmo |
| Fixed | Define the extrusion distance using a slider in the Settings |