meshes_join_and_weld
- compas.datastructures.meshes_join_and_weld(meshes, precision=None, cls=None)[source]
Join and and weld meshes within some precision distance.
- Parameters:
- mesheslist[
compas.datastructures.Mesh
] A list of meshes.
- precisionint, optional
Precision for converting numbers to strings. Default is
TOL.precision
.- clsType[
compas.datastructures.Mesh
], optional The type of return mesh.
- mesheslist[
- Returns:
compas.datastructures.Mesh
The joined and welded mesh.