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