PointCloudAsReadOnlyListOfPoints Method |
Returns an enumerator and list indexer over point cloud locations.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Windows
Supported in: 6.8
See Also