Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| |
|
| Name |
EFlattenCurveMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/TriangulateCurvesOp.h |
| Include Path |
#include "CurveOps/TriangulateCurvesOp.h" |
Syntax
enum EFlattenCurveMethod
{
DoNotFlatten,
ToBestFitPlane,
AlongX,
AlongY,
AlongZ,
}
Values
| Name |
Remarks |
| DoNotFlatten |
Do not flatten the curves before triangulations. |
| ToBestFitPlane |
Fit planes to the curves, and flatten the curves by projection to their plane. |
| AlongX |
Flatten by projection along the X axis. |
| AlongY |
Flatten by projection along the Y axis. |
| AlongZ |
Flatten by projection along the Z axis. |