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
  • meshes (list) – A list of meshes.

  • precision (str) – Tolerance distance for welding.

Returns

mesh – The joined and welded mesh.