Is there a way to open a model in the background, modify some text parameters, and then save the model and close it. These nodes from the Rythm package seem to suggest there is away to do it, otherwise this close.document node wouldnt have a save button to it, right? Anyways please let me know, thanks!
The OOTB set Parameter node will not work as it does a transaction in the current document. It is technically, possible, but difficult to do with Dynamo.
The Rhythm package’s save function is primarily for upgrades. To save the file once the upgrade is complete.
The SetParameterByName node works only in the current document (not in the linked document).
I have a SetParameterByName in Document node but it’s capricious.
Use a passthrough node when you have finished to work in the linked document to link the document output of the OpenDocument node to the CloseDocument node.
Could you show me what you mean please? I am not using a linked model.
Also, I am intrigued about your SetParameterByName in Document node you mentioned. Do you have it in a package somewhere? As I would love to check it out!
Do you have any suggestions on lacing or list levels, this seems to be a strange result for a simple in put like this. Its somehow chopping up the list by 2s for some reason
Do you have an email i can send this to? my revit file is to big… i am attaching the script and the point familysave to open in background script.dyn (23.3 KB) GTP.rfa (240 KB)