Construct a PointOnEdgeFaceIntersection object which is used to define the placement of a ReferencePoint given a references to edge and a reference to face.
Namespace: Autodesk.Revit.CreationAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public PointOnEdgeFaceIntersection NewPointOnEdgeFaceIntersection(
Reference edgeReference,
Reference faceReference,
bool orientWithEdge
)
Parameters
- edgeReference Reference
- The edge reference.
- faceReference Reference
- The face reference.
- orientWithEdge Boolean
-
Return Value
PointOnEdgeFaceIntersectionA new PointOnEdgeFaceIntersection object.
Exceptions
| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when the input argument edgeReference or faceReference is null.
|
See Also
Reference