Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DrawPolyPathTool.h |
| Include |
#include "DrawPolyPathTool.h" |
Syntax
enum EDrawPolyPathExtrudeMode
&123;
Flat,
Fixed,
Interactive,
RampFixed,
RampInteractive,
&125;
Values
| Name |
Description |
| 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. |