Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/DeformationOps/ExtrudeOp.h |
Include |
#include "DeformationOps/ExtrudeOp.h" |
enum EExtrudeMode
{
MoveAndStitch,
Boolean,
}
Name |
Description |
---|---|
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. |