<Code Lib>
2022 Method
Changes 5
M

FabricationPart.ConnectAndCouple

Description:
Makes a connection between the specified connectors and adds coupling if necessary.
Remarks:
This function does not place and align the fabrication part. Call AlignPartByConnectors before connecting.

public static bool ConnectAndCouple(
	Document doc,
	Connector partConn,
	Connector toConn
)

Return Value bool True if connection succeeded, false otherwise.

Loading…