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 EOffsetOpenCurvesMethod
{
TreatAsClosed,
Offset,
}
Values
| Name |
Description |
| TreatAsClosed |
Treat open curves as if they were closed connecting the last point back to the first. |
| Offset |
Offset the open curves, creating shapes following the curves with Curve Offset width. |