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 EOffsetClosedCurvesMethod
{
DoNotOffset,
OffsetOuterSide,
OffsetBothSides,
}
Values
| Name | Description |
|---|---|
| DoNotOffset | Do not offset the closed curves. |
| OffsetOuterSide | Offset the outside of the closed curves growing or shrinking the solid shape. |
| OffsetBothSides | Offset both sides of the closed curves creating hollow shapes that follow the curves with Curve Offset width. |