Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
References
| |
|
| Module |
MeshModelingToolsExp |
| Header |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/RevolveSplineTool.h |
| Include |
#include "RevolveSplineTool.h" |
Syntax
enum ERevolveSplineSampleMode
{
ControlPointsOnly,
PolyLineMaxError,
UniformSpacingAlongCurve,
}
Values
| Name |
Description |
| ControlPointsOnly |
Place points only at the spline control points. |
| PolyLineMaxError |
Place points along the spline such that the resulting polyline has no more than some maximum deviation from the curve. |
| UniformSpacingAlongCurve |
Place points along spline that are an equal spacing apart, and so that the spacing is as close as possible to some max spacing. |