Pointcloud.add
- Pointcloud.add(other, tol=None)[source]
Add another pointcloud to this 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:
- None
The pointcloud is modified in place.
Notes
Duplicate points are not added.