Curve.Intersect(Curve)
Method
Description:
Calculates the intersection of this curve with the specified curve.
Calculates the intersection of this curve with the specified curve.
Parameters
Parameter | Type | Description |
---|---|---|
curve | Curve | The specified curve to intersect with this curve. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The specified curve is. |
InvalidOperationException | Failed to calculate the intersection. |