BrepCurveList.GetEnumerator Method

BrepCurveListGetEnumerator Method

Get an enumerator that visits all curves.

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

Return Value

Type: IEnumeratorCurve
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also