Block.weld

Block.weld(precision=None)

Weld vertices that are closer than a given precision.

Parameters:
precisionint, optional

The precision of the geometric map that is used to connect the lines. Defaults to the value of compas.PRECISION.

Returns:
None

The mesh is modified in place.