Use Dynamo and Python to create a Revit Sheet Set (ViewSet) from a Project Browser selection.
Avoiding the ViewSet Dialog
Wouldn’t it be nice to select a series of views or sheets and generate a new ViewSet (for publishing or printing) from that selection? With Dynamo we can select views from the Revit Project Browser and create a ViewSet- skipping the ViewSet dialog altogether.
Dynamo Definition: ViewSet from Revit Project Browser Selection
Most of the work happens within Python Script nodes.
Python Code: Output Selected Elements
The first Python node outputs Revit elements from your current selection.
Python Code: Create ViewSet from Input
The second Python node creates a ViewSet from views or sheets passed to the input.
Result
Here is a sample ViewSet created using the code above.