Pointcloud.difference
- Pointcloud.difference(other, tol=None)[source]
Compute the difference with another pointcloud.
- Parameters:
- other
Pointcloud
The other pointcloud.
- tolfloat, optional
The absolute tolerance for comparing the distance between points to zero. Default is
None
, in which casecompas.tolerance.TOL.absolute
is used.
- other
- Returns:
Pointcloud
The difference pointcloud.