PointOnEdgeFaceIntersection
Description:
Define a ReferencePoint at the intersection of a referenceable edge or curve and a referenceable face.
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).
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
System.Object
Autodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnEdgeFaceIntersection
public class PointOnEdgeFaceIntersection : PointElementReference
| Name | Return Type | Description |
|---|---|---|
| GetEdgeReference() | Reference | Get a copy of the edge or curve reference. |
| GetFaceReference() | Reference | Get a copy of the face reference. |
| SetEdgeReference(Reference) | None | Change the edge or curve reference. |
| SetFaceReference(Reference) | None | Change the face reference. |
| Name | Return Type | Description |
|---|---|---|
| OrientWithEdge | bool | Whether to orient the ReferencePoint to the edge or the face. |