Click or drag to resize

MeshNgonListGetEnumerator Method

Gets an enumerator that yields all ngons in this collection.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public IEnumerator<MeshNgon> GetEnumerator()

Return Value

Type: IEnumeratorMeshNgon
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also