machinevisiontoolbox.PointCloud.PointCloud.__getattr__

PointCloud.__getattr__(name)[source]

Access Open3D point cloud attribute

Parameters:

name (str) – attribute name

If P is a PointCloud then P.name invokes attribute name of the underlying open3d.geometry.PointCloud object.

Note:

This is an alternative to explicitly wrapping all those properties and methods.