Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
ENonlinearOperation determines which type of nonlinear deformation will be applied
| Name | ENonlinearOperationType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshSpaceDeformerTool.h |
| Include Path | #include "MeshSpaceDeformerTool.h" |
Syntax
enum ENonlinearOperationType
{
Bend,
Flare,
Twist,
}
Values
| Name | Remarks |
|---|---|
| Bend | Will bend the mesh in the direction of the gizmo Y axis along the Z axis. |
| Flare | Depening on 'Flare Percent", will either flare or squish the mesh along the Gizmo Z axis, from lower bound to upper bound. |
| Twist | Twists the mesh along the gizmo Z axis, from lower bound to upper bound. |