Click or drag to resize

PointCloudGetPoints Method

Copy all the point coordinates in this point cloud to an array.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d[] GetPoints()

Return Value

Type: Point3d
An array containing all the points in this point cloud.
See Also