pysdic.PointCloud.n_dimensions#

property PointCloud.n_dimensions: int#

[Get] The dimension \(E\) of the point cloud.

See also

  • n_points() for getting the number of points in the point cloud.

  • shape() for getting the shape of the points array.

Returns:

The dimension of the point cloud.

Return type:

int