Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EDrawPolyPathExtrudeMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DrawPolyPathTool.h |
| Include Path | #include "DrawPolyPathTool.h" |
Syntax
enum EDrawPolyPathExtrudeMode
{
Flat,
Fixed,
Interactive,
RampFixed,
RampInteractive,
}
Values
| Name | Remarks |
|---|---|
| Flat | Flat path without extrusion |
| Fixed | Extrude drawn path to a fixed height determined by the Extrude Height property |
| Interactive | Extrude drawn path to height set via additional mouse input after finishing the path |
| RampFixed | Extrude with increasing height along the drawn path. |
| RampInteractive | Extrude with increasing height along the drawn path. |