Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | EExtractSplineMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/ExtractSplineTool.h |
| Include Path | #include "ExtractSplineTool.h" |
Syntax
enum EExtractSplineMode
{
PlaneCut = 1,
OpenBoundary = 2,
PolygroupLoops = 3,
}
Values
| Name | Remarks |
|---|---|
| PlaneCut | Extract splines as cross sections where a specified plane intersects the target mesh. |
| OpenBoundary | Extract open boundary edges on target mesh as splines. |
| PolygroupLoops | Extract splines from selected polygroup loop boundaries. |