Click or drag to resize

PointCloudAsReadOnlyListOfPoints Method

Returns an enumerator and list indexer over point cloud locations.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public IReadOnlyList<Point3d> AsReadOnlyListOfPoints()

Return Value

Type: IReadOnlyListPoint3d
The read-only list. This is a reference to the present point cloud.
See Also