mesh_explode
- compas.datastructures.mesh_explode(mesh, cls=None)[source]
Explode a mesh into its disconnected parts.
- Parameters
mesh (
compas.datastructures.Mesh
) – A mesh.cls (Type[
compas.datastructures.Mesh
], optional) – The type of the return mesh.
- Returns
list[
compas.datastructures.Mesh
] – The list of the meshes from the exploded mesh parts.