2024 Class
Changes 0
C

PointOnEdgeFaceIntersection

Description:
Define a ReferencePoint at the intersection of a referenceable edge or curve and a referenceable face.
Remarks:
The ReferencePoint's orientation is partially constrained either to the edge (in the manner of PointOnEdge) or to the face (in the manner of PointOnFace).
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.PointElementReference
    Autodesk.Revit.DB.PointOnEdgeFaceIntersection
Name Return Type Description
M GetEdgeReference() Reference Get a copy of the edge or curve reference.
M GetFaceReference() Reference Get a copy of the face reference.
M SetEdgeReference(Reference) None Change the edge or curve reference.
M SetFaceReference(Reference) None Change the face reference.
Name Return Type Description
P OrientWithEdge bool Whether to orient the ReferencePoint to the edge or the face.