RhinoCommon API
MeshNgonListGetEnumerator Method |
Gets an enumerator that yields all ngons in this collection.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0

public IEnumerator<MeshNgon> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of MeshNgon)
Return Value
Type: IEnumeratorMeshNgonThe enumerator.
Implements
IEnumerableTGetEnumerator