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