machinevisiontoolbox.PointCloud.PointCloud.__getattr__
- PointCloud.__getattr__(name)[source]
Access Open3D point cloud attribute
- Parameters:
name (str) – attribute name
If
P
is aPointCloud
thenP.name
invokes attributename
of the underlyingopen3d.geometry.PointCloud
object.- Note:
This is an alternative to explicitly wrapping all those properties and methods.