Creating Revit Publish Sets for ACC

How do I add sheets, 3D Views, and Views to set a within Publish Settings?

Before a submittal we would like publish sheets to ACC for various needs.

When a project has a large number of models adding those model’s sheets by clicking checkboxes becomes very tedious and can take a very large amount of time… Having a single dynamo script that just adds all sheets to a publish set would be ideal. Basically Get all Sheets and add to a publish set. I have no idea where to even begin. There are no ACC nodes in Dynamo.

Publish settings are controlled at the rvt file level so no need for ACC nodes to start with.

Modify your selected set instead via the Revit API. I think that Archi-lab has nodes for this, perhaps Genius Loci if not.

Once you have edited and set the set you can perform your publish manually or better still via Autodesk Platform Services.

Here is an example where i am filtering the sheet by the paramater name “00_Sheet Status” and adding the ones that == Preliminary to a publish set, i hope you can modify this to suit your needs :wink:

1 Like

The ViewSets node from Archi Lab is what I needed. Thanks