mesh_weld

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

Weld vertices of a mesh within some precision distance.

Parameters
Returns

compas.datastructures.Mesh – The welded mesh.