Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| |
|
| Name |
EOpenCurveEndShapes |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/TriangulateCurvesOp.h |
| Include Path |
#include "CurveOps/TriangulateCurvesOp.h" |
Syntax
enum EOpenCurveEndShapes
{
Square,
Round,
Butt,
}
Values
| Name |
Remarks |
| Square |
Close the ends of open paths with square end caps. |
| Round |
Close the ends of open paths with round end caps. |
| Butt |
Close the ends of open paths abruptly with no end caps. |