pysdic.PointCloud.shape#

property PointCloud.shape: Tuple[int, int]#

[Get] The shape of the points array (\(N_p\), \(E\)).

See also

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

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

Returns:

A tuple representing the shape of the points array (\(N_p\), \(E\)).

Return type:

Tuple[int, int]