M_Rhino_Geometry_Intersect_CurveIntersections_GetEnumerator - mcneel/rhinocommon-api-docs GitHub Wiki

CurveIntersections.GetEnumerator Method

Returns an enumerator that is capable of yielding all IntersectionEvents in the collection.

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

Syntax

C#

public IEnumerator<IntersectionEvent> GetEnumerator()

VB

Public Function GetEnumerator As IEnumerator(Of IntersectionEvent)

Return Value

Type: IEnumerator(IntersectionEvent)
The constructed enumerator.

Implements

IEnumerable(T).GetEnumerator()

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

CurveIntersections Class
Rhino.Geometry.Intersect Namespace

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