How to get list lenght of a pointcloud?
So, instead of getting the point array (an extra calculation) going straight to the length of the pointcloud.
How to get list lenght of a pointcloud?
So, instead of getting the point array (an extra calculation) going straight to the length of the pointcloud.
Found it!
https://developer.rhino3d.com/api/RhinoCommon/html/Properties_T_Rhino_Geometry_PointCloud.htm
since you ask for the length:
https://developer.rhino3d.com/api/RhinoCommon/html/P_Rhino_Geometry_PointCloud_Count.htm