Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/CurveOps
References
| |
|
| Module |
ModelingOperators |
| Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/TriangulateCurvesOp.h |
| Include |
#include "CurveOps/TriangulateCurvesOp.h" |
Syntax
enum EFlattenCurveMethod
{
DoNotFlatten,
ToBestFitPlane,
AlongX,
AlongY,
AlongZ,
}
Values
| Name |
Description |
| 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. |