mesh_explode

compas.datastructures.mesh_explode(mesh, cls=None)[source]

Explode a mesh into its disconnected parts.

Parameters
Returns

list[compas.datastructures.Mesh] – The list of the meshes from the exploded mesh parts.