Document toolboxDocument toolbox

2021.1.1560.3 Mesh Splitter


Overview

This tool is used to splits a given mesh into multiple meshes using several different techniques.


Where to find

The feature can be found under Utilities > Mesh Tools > Mesh Splitter.


Feature Layout

The image below shows the complete feature layout of the Mesh Splitter tool.

 

Splitting Method

 

Triangle

Checks for continuity in triangle connections: all groups of connected triangles become individual meshes. Used to split a mesh that consists of separated objects.

  • Check Vertex Value: Also check if vertices of different triangles share the same position, as opposed to only checking by vertex index.

  • Move Pivot to Center: Moves the pivot of the newly created meshes to their respective centers.

Vertex Distance

Check for distance between vertices. Splitting occurs when the distance surpasses a given value.

  • Distance to check: The maximum allowed distance between two vertices at which they are regarded as a connected mesh.

  • Move Pivot to Center: Moves the pivot of the newly created meshes to their respective centers.

Octree Vertex

Uses an Octree collider as an initial check for mesh continuity, and finishes with the Triangle method. Improved efficiency when dealing with multiple separated objects in the same mesh.

  • Octree Depth Level: The maximum octree depth level to consider.

  • Check Vertex Value: Also check if vertices of different triangles share the same position, as opposed to only checking by vertex index.

  • Move Pivot to Center: Moves the pivot of the newly created meshes to their respective centers.

Material

Checks each triangle on a mesh for material: All triangles with the same material are considered as a single mesh.

  • Move Pivot to Center: Moves the pivot of the newly created meshes to their respective centers.

Operators

 

Split Selection

Performs the splitting operation.


How to use

  1. Select the object of which you wish to split the mesh.

  2. Choose a splitting method.

  3. Click on Split Selection to perform the splitting operation.

Prespective Documentation