M_Rhino_Geometry_Collections_BrepCurveList_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki

BrepCurveList.GetEnumerator Method

Get an enumerator that visits all curves.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public IEnumerator<Curve> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of Curve)

Return Value

Type: IEnumerator(Curve)
The enumerator.

Implements

IEnumerable(T).GetEnumerator()

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepCurveList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️