Skip to content

M_Rhino_Geometry_PointCloud_GetEnumerator

Will Pearson edited this page Aug 11, 2016 · 2 revisions

PointCloud.GetEnumerator Method

Gets an enumerator that allows to modify each pointcloud point.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.50000.0 (5.0.20693.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()

See Also

Reference

PointCloud Class
Rhino.Geometry Namespace

Clone this wiki locally