CurveIntersectionsGetEnumerator Method

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

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

Return Value

Type: IEnumeratorIntersectionEvent
The constructed enumerator.

Implements

IEnumerableTGetEnumerator
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also