Click or drag to resize

BrepLoopListGetEnumerator Method

Gets an enumerator that visits all edges.

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

Return Value

Type: IEnumeratorBrepLoop
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also