Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/FExtrudeOp
| Name | EExtrudeMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/DeformationOps/ExtrudeOp.h |
| Include Path | #include "DeformationOps/ExtrudeOp.h" |
Syntax
enum EExtrudeMode
{
MoveAndStitch,
Boolean,
}
Values
| Name | Remarks |
|---|---|
| MoveAndStitch | Performs extrusion by shifting the selected faces as stitching them to the border left behind. |
| Boolean | Performs the extrusion by extruding selected faces into a closed mesh first, and then performing a boolean with the original mesh. |