Pointcloud.union
- Pointcloud.union(other, tol=None)[source]
Compute the union 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 union pointcloud.