compas.datastructures.mesh_explode

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

Explode a mesh into its disconnected parts.

Parameters

mesh (Mesh) – A mesh.

Returns

exploded_meshes (list) – The list of the meshes from the exploded mesh parts.