Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | EOffsetJoinMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/TriangulateCurvesOp.h |
| Include Path | #include "CurveOps/TriangulateCurvesOp.h" |
Syntax
enum EOffsetJoinMethod
{
Square,
Miter,
Round,
}
Values
| Name | Remarks |
|---|---|
| Square | Cut off corners between offset edges with square shapes. |
| Miter | 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. |
| Round | Smoothly join corners between offset edges with circular paths. |