RhinoCommon API
BrepEdgeListGetEnumerator Method |
Gets an enumerator that visits all edges.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0

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