unreal.GeometryScriptPolyOffsetJoinType

class unreal.GeometryScriptPolyOffsetJoinType

Bases: EnumBase

Join types to define the shape of corners between polygon and polypath edges

C++ Source:

  • Plugin: GeometryScripting

  • Module: GeometryScriptingCore

  • File: PolygonFunctions.h

MITER: GeometryScriptPolyOffsetJoinType

Squaring of convex edge joins with acute angles (“spikes”). Use in combination with MiterLimit.

Type:

2

ROUND: GeometryScriptPolyOffsetJoinType

Arcs on all convex edge joins.

Type:

1

SQUARE: GeometryScriptPolyOffsetJoinType

Uniform squaring on all convex edge joins.

Type:

0