machinevisiontoolbox.PointCloud.PointCloud.__getattr__
- PointCloud.__getattr__(name)[source]
Access Open3D point cloud attribute
- Parameters:
name (str) – attribute name
If
Pis aPointCloudthenP.nameinvokes attributenameof the underlyingopen3d.geometry.PointCloudobject.- Note:
This is an alternative to explicitly wrapping all those properties and methods.