BrepLoopList.GetEnumerator Method

BrepLoopListGetEnumerator Method

Gets an enumerator that visits all edges.

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

Return Value

Type: IEnumeratorBrepLoop
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also