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