Click or drag to resize

PointCloudGetEnumerator Method

Gets an enumerator that allows to modify each point cloud point.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public IEnumerator<PointCloudItem> GetEnumerator()

Return Value

Type: IEnumeratorPointCloudItem
A instance of IEnumeratorT.

Implements

IEnumerableTGetEnumerator
See Also