M_Rhino_Geometry_PointCloud_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki

PointCloud.GetEnumerator Method

Gets an enumerator that allows to modify each pointcloud point.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public IEnumerator<PointCloudItem> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of PointCloudItem)

Return Value

Type: IEnumerator(PointCloudItem)
A instance of IEnumerator(T).

Implements

IEnumerable(T).GetEnumerator()

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️