Pointcloud.subtract

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

Subtract another pointcloud from 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.