Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | EOffsetOpenCurvesMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/TriangulateCurvesOp.h |
| Include Path | #include "CurveOps/TriangulateCurvesOp.h" |
Syntax
enum EOffsetOpenCurvesMethod
{
TreatAsClosed,
Offset,
}
Values
| Name | Remarks |
|---|---|
| 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. |