Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
ERevolvePropertiesPolygroupMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h |
| Include Path |
#include "Properties/RevolveProperties.h" |
Syntax
enum ERevolvePropertiesPolygroupMode
{
PerShape,
PerFace,
PerRevolveStep,
PerPathSegment,
}
Values
| Name |
Remarks |
| PerShape |
One PolyGroup for the entire shape |
| PerFace |
One PolyGroup for each geometric face |
| PerRevolveStep |
One PolyGroup along the path for each revolution step |
| PerPathSegment |
One PolyGroup along the revolution steps for each path segment |