<Code Lib>
2022 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
)

Return Value PointOnEdgeFaceIntersection A new PointOnEdgeFaceIntersection object.

Loading…