Advertisement

Tuesday, April 18, 2017

Bulk Upgrade Revit Files with Dynamo

From the sixtysecondrevit website:

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

3 comments:

Unknown said...

There is some error with the dynamo script posted at google drive.

Peter DeRooy said...

can you use this to Audit Revit files on open?

Unknown said...

Great script... anyway to suppress errors?