pysdic.PointCloud.n_points#

property PointCloud.n_points: int#

[Get] The number of points \(N_p\) in the point cloud.

Note

You can also use len(point_cloud).

See also

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

  • n_dimensions() for getting the dimension of the point cloud.

Returns:

The number of points in the point cloud.

Return type:

int