Intersect Method


Curve Intersect Method

Calculates the intersection of this curve with the specified curve.
Overload List
Name Description
Public method Intersect(Curve) Obsolete.
Calculates the intersection of this curve with the specified curve.
Public method Intersect(Curve, CurveIntersectResultOption) Calculates the intersection of this curve with the specified curve.
Public method Intersect(Curve, IntersectionResultArray ) Obsolete.
Calculates the intersection of this curve with the specified curve and returns the intersection results.
Top
See Also