<Code Lib>
2026 Method
Changes 0
M

Application.NewPointOnEdgeEdgeIntersection

Description:
Construct a PointOnEdgeEdgeIntersection object which is used to define the placement of a ReferencePoint given two references to edge.

public PointOnEdgeEdgeIntersection NewPointOnEdgeEdgeIntersection(
	Reference edgeReference1,
	Reference edgeReference2
)

  • edgeReference1
    The first edge reference.
  • edgeReference2
    The second edge reference.
Return Value PointOnEdgeEdgeIntersection A new PointOnEdgeEdgeIntersection object.

Loading…