Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore
Join types to define the shape of corners between polygon and polypath edges.
| Name | EGeometryScriptPolyOffsetJoinType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include Path | #include "GeometryScript/PolygonFunctions.h" |
Syntax
enum EGeometryScriptPolyOffsetJoinType
{
Square,
Round,
Miter,
}
Values
| Name | Remarks |
|---|---|
| Square | Uniform squaring on all convex edge joins. |
| Round | Arcs on all convex edge joins. |
| Miter | Squaring of convex edge joins with acute angles ("spikes"). Use in combination with MiterLimit. |