Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EExtrudeMeshSelectionRegionModifierMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Polymodeling/ExtrudeMeshSelectionTool.h |
| Include Path | #include "Polymodeling/ExtrudeMeshSelectionTool.h" |
Syntax
enum EExtrudeMeshSelectionRegionModifierMode
{
OriginalShape = 0,
FlattenToPlane = 1,
RaycastToPlane = 2,
}
Values
| Name | Remarks |
|---|---|
| OriginalShape | Transform the original selected area |
| FlattenToPlane | Flatten the extrusion area to the X/Y plane of the extrusion frame |
| RaycastToPlane | Flatten the extrusion area by raycasting against the X/Y plane of the extrusion frame |