<Code Lib>
2024 Method
Changes 4
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 document,
	Connector connector,
	Connector toConnector
)

Return Value bool True if connection succeeded, false otherwise.

Loading…