Revit 2026 API
CurveIntersect Method |
Calculates the intersection of this curve with the specified curve.
| Name | Description | |
|---|---|---|
| Intersect(Curve) | Obsolete. Calculates the intersection of this curve with the specified curve. | |
| Intersect(Curve, CurveIntersectResultOption) | Calculates the intersection of this curve with the specified curve. | |
| Intersect(Curve, IntersectionResultArray) | Obsolete. Calculates the intersection of this curve with the specified curve and returns the intersection results. |
See Also