2022 Method
Changes 0
M

MechanicalUtils.ConnectDuctPlaceholdersAtTee

Description:
Connects a trio of placeholders that can intersect in a Tee connection.
Remarks:
The three placeholders may or may not have physical connections. However, the first connector should be collinear with the second connector, and the third connector must have be able to be extended to have an intersection with first and second.

If first placeholder and second placeholder have the same size, the second one is merged with first one and original placeholder element will become invalid. If connection fails, the placeholders cannot be physically connected.

Overloads (2):
ConnectDuctPlaceholdersAtTee(Document,Connector,Connector,Connector)
public static bool ConnectDuctPlaceholdersAtTee(
	Document document,
	Connector connector1,
	Connector connector2,
	Connector connector3
)
Return Value bool True if connection succeeds, false otherwise.