Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
PolyGroup mode for shape
| Name | EMakeMeshPolygroupMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/AddPrimitiveTool.h |
| Include Path | #include "AddPrimitiveTool.h" |
Syntax
enum EMakeMeshPolygroupMode
{
PerShape,
PerFace,
PerQuad,
}
Values
| Name | Remarks |
|---|---|
| PerShape | One PolyGroup for the entire shape |
| PerFace | One PolyGroup for each geometric face |
| PerQuad | One PolyGroup for each quad/triangle |