Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
How the drawn polygon gets extruded
| Name | EDrawPolygonExtrudeMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawPolygonTool.h |
| Include Path | #include "DrawPolygonTool.h" |
Syntax
enum EDrawPolygonExtrudeMode
{
Flat,
Fixed,
Interactive,
}
Values
| Name | Remarks |
|---|---|
| Flat | Flat polygon without extrusion |
| Fixed | Extrude drawn polygon to fixed height determined by the Extrude Height property |
| Interactive | Extrude drawn polygon to height set via additional mouse input after closing the polygon |