Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Methods for splitting meshes.
| Name | ESplitMeshesMethod |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SplitMeshesTool.h |
| Include Path | #include "SplitMeshesTool.h" |
Syntax
enum ESplitMeshesMethod
{
ByMeshTopology,
ByVertexOverlap,
ByMaterialID,
ByPolyGroup,
}
Values
| Name | Remarks |
|---|---|
| ByMeshTopology | Split meshes based on the triangle-connected regions of the mesh. |
| ByVertexOverlap | Split meshes based on triangle-connected regions, and consider vertices to be connected if they are within a tolerance distance. |
| ByMaterialID | Split meshes based on material ID. |
| ByPolyGroup | Split meshes based on PolyGroup ID. |