Define a ReferencePoint at the intersection of a referenceable
edge or curve and a referenceable face.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.PointElementReference
Autodesk.Revit.DB.PointOnEdgeFaceIntersection
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class PointOnEdgeFaceIntersection : PointElementReference
The PointOnEdgeFaceIntersection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| OrientWithEdge | Whether to orient the ReferencePoint to the edge or the face. |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetEdgeReference | Get a copy of the edge or curve reference. | |
| GetFaceReference | Get a copy of the face reference. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SetEdgeReference | Change the edge or curve reference. | |
| SetFaceReference | Change the face reference. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
