RhinoCommon API
PointCloudAsReadOnlyListOfPoints Method |
Returns an enumerator and list indexer over point cloud locations.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public IReadOnlyList<Point3d> AsReadOnlyListOfPoints()
Public Function AsReadOnlyListOfPoints As IReadOnlyList(Of Point3d)
Return Value
Type: IReadOnlyListPoint3dThe read-only list. This is a reference to the present point cloud.
