One of my beefs with Revit is the lack of ability to add a revision to multiple sheets at one time. Yes there are addins, but this should be a basic fundamental tool. Dynamo to the rescue.
This was a bit tricky as there were a couple of ways to do it, but I settled on the user selecting the sheets from the project browser and applying the last revision to the sheets. You could set it up so all sheet get it, or filter down the sheets to a specific logical grouping (like only CD's). You might have to do that with large projects.
Dynamo: 1.2.1.3038
Packages needed: Spring Nodes and Archi-lab.net
Setting the Boolean to False and running the graph will reset the selections and the revisions list. Switch to true and reselect the sheets.
This was a bit tricky as there were a couple of ways to do it, but I settled on the user selecting the sheets from the project browser and applying the last revision to the sheets. You could set it up so all sheet get it, or filter down the sheets to a specific logical grouping (like only CD's). You might have to do that with large projects.
Dynamo: 1.2.1.3038
Packages needed: Spring Nodes and Archi-lab.net
Setting the Boolean to False and running the graph will reset the selections and the revisions list. Switch to true and reselect the sheets.
Comment