2024 Method
Changes 0
M

FabricationPart.StretchAndFit

Description:
Stretch the fabrication part from the specified connector and fit to the target routing end.
Remarks:
Cannot stretch and fit fabrication part straight, tap or hanger.
public static FabricationPartFitResult StretchAndFit(
	Document document,
	Connector stretchConnector,
	FabricationPartRouteEnd target,
	out ISet<ElementId> newPartIds
)
Return Value FabricationPartFitResult Returns FabricationPartFitResult::Success if successful.