2027 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 Inherited From
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
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 GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M SetEdgeReference1(Reference) None Change the first edge or curve reference.
M SetEdgeReference2(Reference) None Change the second edge or curve reference.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object