BrepLoopListGetEnumerator Method |
Gets an enumerator that visits all edges.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntaxpublic IEnumerator<BrepLoop> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of BrepLoop)
Return Value
Type:
IEnumeratorBrepLoopThe enumerator.
Implements
IEnumerableTGetEnumerator
See Also