unreal.GeometryScriptPolyOffsetJoinType¶
- class unreal.GeometryScriptPolyOffsetJoinType¶
Bases:
EnumBaseJoin types to define the shape of corners between polygon and polypath edges
C++ Source:
Plugin: GeometryScripting
Module: GeometryScriptingCore
File: PolygonFunctions.h
- MITER: GeometryScriptPolyOffsetJoinType = Ellipsis¶
Squaring of convex edge joins with acute angles (“spikes”). Use in combination with MiterLimit.
- Type:
2
- ROUND: GeometryScriptPolyOffsetJoinType = Ellipsis¶
Arcs on all convex edge joins.
- Type:
1
- SQUARE: GeometryScriptPolyOffsetJoinType = Ellipsis¶
Uniform squaring on all convex edge joins.
- Type:
0