Hi All,
I have created a script that makes changes to a label on certain sheets of a Revit model and I then want it to print those sheets. I have it all working except that when it prints the sheets it prints the sheets without the changes to the labels that are made earlier in the script. I made sure that the printing comes after the changes to the label by how I ordered it and by using passthrough nodes but it still doesn’t print the changes. I assume that the print node (I’m using the one from the latest Orchid package in this case) triggers something when the script is first initialized that takes a snapshot of the sheets at that time instead of when the script gets around to executing the print node.
Is there any way to force a refresh of the sheets before it prints? Or does anyone know of a printing node that prints at the time of the node’s execution?
Thank you for taking the time to read/consider this issue!