Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Properties
References
Module | MeshModelingTools |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/RevolveProperties.h |
Include | #include "Properties/RevolveProperties.h" |
Syntax
enum ERevolvePropertiesPolygroupMode
{
PerShape,
PerFace,
PerRevolveStep,
PerPathSegment,
}
Values
Name | Description |
---|---|
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 |