Click or drag to resize

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()

Return Value

Type: IEnumeratorCurve
The enumerator.

Implements

IEnumerableTGetEnumerator
See Also