2024 Class
Changes 0
C

PointOnEdgeEdgeIntersection

Description:
Define a ReferencePoint at the intersection of two referenceable lines.
Remarks:
The ReferencePoint is actually placed on the first line (Edge1) at the closest point to the second line (Edge2). Its X basis vector is constrained to be parallel to the first line.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PointElementReference
    Autodesk.Revit.DB.PointOnEdgeEdgeIntersection
Name Return Type Description
M GetEdgeReference1() Reference Get a copy of the first edge or curve reference.
M GetEdgeReference2() Reference Get a copy of the second edge or curve reference.
M SetEdgeReference1(Reference) None Change the first edge or curve reference.
M SetEdgeReference2(Reference) None Change the second edge or curve reference.