Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Polymodeling
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Polymodeling/ExtrudeMeshSelectionTool.h |
| Include |
#include "Polymodeling/ExtrudeMeshSelectionTool.h" |
Syntax
enum EExtrudeMeshSelectionRegionModifierMode
{
OriginalShape = 0,
FlattenToPlane = 1,
RaycastToPlane = 2,
}
Values
| Name |
Description |
| 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 |