RhinoCommon API
PointCloudGetEnumerator Method |
Gets an enumerator that allows to modify each pointcloud point.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
public IEnumerator<PointCloudItem> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PointCloudItem)
Return Value
Type: IEnumeratorPointCloudItemA instance of IEnumeratorT.