RhinoCommon API
CurveIntersectionsGetEnumerator Method |
Returns an enumerator that is capable of yielding all IntersectionEvents in the collection.
Namespace: Rhino.Geometry.Intersect
Assembly: RhinoCommon (in RhinoCommon.dll)
public IEnumerator<IntersectionEvent> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of IntersectionEvent)
Return Value
Type: IEnumeratorIntersectionEventThe constructed enumerator.