Curve.Intersect
Overloads (3):
| Name | Return Type | Description |
|---|---|---|
| Intersect(Curve) | SetComparisonResult | Obsolete. Calculates the intersection of this curve with the specified curve. |
| Intersect(Curve, CurveIntersectResultOption) | CurveIntersectResult | Calculates the intersection of this curve with the specified curve. |
| Intersect(Curve, IntersectionResultArray%) | SetComparisonResult | Obsolete. Calculates the intersection of this curve with the specified curve and returns the intersection results. |