Navigation
API > API/Plugins > API/Plugins/ModelingOperators > API/Plugins/ModelingOperators/CurveOps
References
| Module | ModelingOperators |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/TriangulateCurvesOp.h |
| Include | #include "CurveOps/TriangulateCurvesOp.h" |
Syntax
enum EOffsetJoinMethod
{
Square,
Miter,
Round,
}
Values
| Name | Description |
|---|---|
| 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. |