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 EOpenCurveEndShapes
{
Square,
Round,
Butt,
}
Values
| Name |
Description |
| 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. |