unreal.OffsetJoinMethod¶
- class unreal.OffsetJoinMethod¶
Bases:
EnumBaseEOffset Join Method
C++ Source:
Plugin: MeshModelingToolset
Module: ModelingOperators
File: TriangulateCurvesOp.h
- MITER: OffsetJoinMethod = Ellipsis¶
Miter corners between offset edges, extending the neighboring curve edges straight to their intersection point, unless that point is farther than the miter limit distance
- Type:
1
- ROUND: OffsetJoinMethod = Ellipsis¶
Smoothly join corners between offset edges with circular paths
- Type:
2
- SQUARE: OffsetJoinMethod = Ellipsis¶
Cut off corners between offset edges with square shapes
- Type:
0