PointCloudGetPoints Method |
Copy all the point coordinates in this point cloud to an array.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d[] GetPoints()
Public Function GetPoints As Point3d()
Return Value
Type:
Point3dAn array containing all the points in this point cloud.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also