EExtrudeMode

Choose your operating system:

Windows

macOS

Linux

References

Module

ModelingOperators

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/DeformationOps/ExtrudeOp.h

Include

#include "DeformationOps/ExtrudeOp.h"

Syntax

enum EExtrudeMode
{
    MoveAndStitch,
    Boolean,
}

Values

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.