2025.3 Method
Changes 0
M

MechanicalUtils.ConnectDuctPlaceholdersAtElbow

Description:
Connects a pair of placeholders that can intersect in an Elbow connection.
Remarks:
The placeholders may have a physical intersection but this is not required. If they are not intersecting the connectors must be coplanar and able to be moved to intersect each other. If connection fails, the placeholders cannot be physically connected.
Overloads (2):
ConnectDuctPlaceholdersAtElbow(Document,Connector,Connector)
public static bool ConnectDuctPlaceholdersAtElbow(
	Document document,
	Connector connector1,
	Connector connector2
)
  • document
    The document.
  • connector1
    The end connector of the first placeholder.
  • connector2
    The end connector of the second placeholder.
Return Value Boolean True if connection succeeds, false otherwise.