MeshNgonListGetEnumerator Method |
Gets an enumerator that yields all ngons in this collection.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntaxpublic IEnumerator<MeshNgon> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of MeshNgon)
Return Value
Type:
IEnumeratorMeshNgonThe enumerator.
Implements
IEnumerableTGetEnumerator
See Also