2027 Method
Changes 0
M

Application.NewPointOnEdgeFaceIntersection

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.
public PointOnEdgeFaceIntersection NewPointOnEdgeFaceIntersection(
	Reference edgeReference,
	Reference faceReference,
	bool orientWithEdge
)
  • edgeReference
    The edge reference.
  • faceReference
    The face reference.
  • Boolean
    orientWithEdge
Return Value PointOnEdgeFaceIntersection A new PointOnEdgeFaceIntersection object.