Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| |
|
| Name |
ERevolveSplineSampleMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/RevolveSplineTool.h |
| Include Path |
#include "RevolveSplineTool.h" |
Syntax
enum ERevolveSplineSampleMode
{
ControlPointsOnly,
PolyLineMaxError,
UniformSpacingAlongCurve,
}
Values
| Name |
Remarks |
| 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. |