MeshNgonList.GetEnumerator Method

MeshNgonListGetEnumerator Method

Gets an enumerator that yields all ngons in this collection.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public IEnumerator<MeshNgon> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of MeshNgon)

Return Value

Type: IEnumeratorMeshNgon
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Windows

Supported in: 6.14
See Also