2024 Method
Changes 0
M

FabricationPart.AlignPartByConnectorToConnector

Description:
Align a part by its connector to another connector. This will replace the FabricationPart::AlignPartByConnectors method.
public static bool AlignPartByConnectorToConnector(
	Document document,
	Connector connector,
	Connector fixedConnector,
	double rotation,
	double slope,
	FabricationPartJustification justification
)
Return Value bool True if the alignment succeeds, false otherwise and the part will not move from the original position.