RVTDocs.com

Application.NewPointOnEdgeFaceIntersection

Method
Description:
Construct a PointOnEdgeFaceIntersection object which is used to define the placement of a ReferencePoint given a references to edge and a reference to face.
Syntax
public PointOnEdgeFaceIntersection NewPointOnEdgeFaceIntersection(
	Reference edgeReference,
	Reference faceReference,
	bool orientWithEdge
)
Parameters
Parameter Type Description
edgeReference Reference The edge reference.
faceReference Reference The face reference.
orientWithEdge Boolean
Return Value
Type Description
PointOnEdgeFaceIntersection A new PointOnEdgeFaceIntersection object.
Exceptions
Exception Condition
ArgumentNullException Thrown when the input argument edgeReference or faceReference is.