Application.NewPointOnEdgeEdgeIntersection
Method
Description:
Construct a PointOnEdgeEdgeIntersection object which is used to define the placement of a ReferencePoint given two references to edge.
Construct a PointOnEdgeEdgeIntersection object which is used to define the placement of a ReferencePoint given two references to edge.
Syntax
public PointOnEdgeEdgeIntersection NewPointOnEdgeEdgeIntersection(
Reference edgeReference1,
Reference edgeReference2
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| edgeReference1 | Reference | The first edge reference. |
| edgeReference2 | Reference | The second edge reference. |
Return Value
| Type | Description |
|---|---|
| PointOnEdgeEdgeIntersection | A new PointOnEdgeEdgeIntersection object. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when the input argument edgeReference1 or edgeReference2 is. |