Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PolygonFunctions.h |
| Include | #include "GeometryScript/PolygonFunctions.h" |
Syntax
enum EGeometryScriptPolyOffsetJoinType
{
Square,
Round,
Miter,
}
Values
| Name | Description |
|---|---|
| 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. |
Remarks
Join types to define the shape of corners between polygon and polypath edges.