PointOnEdgeFaceIntersection Class


Define a ReferencePoint at the intersection of a referenceable edge or curve and a referenceable face.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public class PointOnEdgeFaceIntersection : PointElementReference
Visual Basic
Public Class PointOnEdgeFaceIntersection _
	Inherits PointElementReference
Visual C++
public ref class PointOnEdgeFaceIntersection : public PointElementReference

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

See Also