Bulk Upgrade #Revit files with #DynamoBIM
Posted on October 26, 2016
We recently needed a workflow to bulk upgrade quite a few Revit files and I didn;t want to do that manually! Luckily, I have been working on some pretty cool application nodes for Rhythm and they worked great in this workflow.
First, let’s see this in action. Basically, we feed the node a directory’s contents (file paths), and it will chug along. The files in this example are from Revit 2016 and the graph is being run in 2017.
bulkUpgrade
Next, what makes this possible?
This is actually made possible with two new nodes that I will be adding to Rhythm by the end of the week.
Document.BackgroundOpen
This allows us to open a revit file without it being visible to the end user. (Awesome!)
Document.Close
This allows us to close the documents we opened with a save option. (Great for upgrades)
Stay tuned for more workflows using these nodes!
And here is the graph I used! (Download the latest version of Rhythm first) https://drive.google.com/open?id=0B3oLhdhnXmutSlJncXZfbUxzYzA
-johnP
There's more information available on the sixtysecondrevit website.
Credit
Switching to #Revit2018 and need to upgrade a lot of files? Use #DynamoBIM! Here's how from @60secondrevit https://t.co/z1XAtyHEMX— Jason Boehning (@jasonboehning) April 17, 2017
3 comments:
There is some error with the dynamo script posted at google drive.
can you use this to Audit Revit files on open?
Great script... anyway to suppress errors?
Post a Comment