Pointcloud.add

Pointcloud.add(other, tol=None)[source]

Add another pointcloud to this pointcloud.

Parameters:
otherPointcloud

The other pointcloud.

tolfloat, optional

The absolute tolerance for comparing the distance between points to zero. Default is None, in which case compas.tolerance.TOL.absolute is used.

Returns:
None

The pointcloud is modified in place.

Notes

Duplicate points are not added.