BrepCurveList.GetEnumerator Method

BrepCurveListGetEnumerator Method

Get an enumerator that visits all curves.

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

Return Value

Type: IEnumeratorCurve
The enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also