ExplodeConnectedMeshes
Separate each connected component into a separate occurrence
Read time 1 minuteLast updated 21 hours ago
API function: algo.explodeConnectedMeshes. Each occurrence is subdivided in one occurrence per surfacic connected subset (
polygonslinespointsOutcome
A list of N (+1 if there are non-surfacic elements, ie, lines or points) occurrences, where N is the number of surfacic connected subsets in the parent occurrence. The following images visualize one color per connected component in the PixyzUI before (first image) and after (second image) a call to algo.explodeConnectedMeshes:

Parameters
bool explodeNonManifoldEdges
There's a single parameter to this algorithm. It determines how non-manifold edges (i.e., edges with more than two adjacent polygons) should be handled. WhenexplodeNonManifoldEdges==TrueexplodeNonManifoldEdges==False