unreal.OffsetClosedCurvesMethod¶
- class unreal.OffsetClosedCurvesMethod¶
Bases:
EnumBaseEOffset Closed Curves Method
C++ Source:
Plugin: MeshModelingToolset
Module: ModelingOperators
File: TriangulateCurvesOp.h
- DO_NOT_OFFSET: OffsetClosedCurvesMethod = Ellipsis¶
Do not offset the closed curves
- Type:
0
- OFFSET_BOTH_SIDES: OffsetClosedCurvesMethod = Ellipsis¶
Offset both sides of the closed curves – creating hollow shapes that follow the curves with Curve Offset width
- Type:
2
- OFFSET_OUTER_SIDE: OffsetClosedCurvesMethod = Ellipsis¶
Offset the outside of the closed curves – growing or shrinking the solid shape
- Type:
1