Create Sheets in multiple Revit Documents

Hii everyone,
I’m working on dynamo script that create welcome screen sheets inside multiple Revit documents, this is because I do etransmit for 20 models, I’m submitting the models without sheets so I adjusted the etransmit settings to delete all sheets in the models but I just need the welcome screen to be existed in the models so I need to create the welcome screen sheet again in the transmitted models.
I have succeeded in loading the welcome screen sheet family inside the documents but I tried many times to search about a node that can create sheets inside multiple documents but with no luck.
Any Ideas

Out of curiousity. Why not have a welcome screen sheet in a template file?

But to answer your question; Maybe have a look at this?

image

1 Like

Thanks for your response, this is because I do etransmit for 20 models, I’m submitting the models without sheets so I adjusted the etransmit settings to delete all sheets in the models but I just need the welcome screen to be existed in the models so I need to create the welcome screen sheet again in the transmitted models.
the nodes that you are showing are just for open and close the documents but what i’m searching for is a node to create sheets inside a document

Hi @abdallahzakaria lets say your titleblock,splashscreen isnt exist in these models…something here could work…if they still exist then just feed that in instead of load the family…i would try something and just use birdtool for run this graph on all models…
Revit_plceTvtAWY

1 Like

thanks a lot for your response, but I need to do this script in un-opened Revit models so I should open the Revit models in background first then do the same process that you are showing.

1 Like

exactly…that why i recommend birdtool for that :wink: Bird Tools | Dynamo Multiplayer

and works om bim 360 as well…

you mean that I can create the dynamo current document first then save and close then select the Revit documents that I want to run the saved dynamo on then the tool will open each single Revit model and run run the selected dynamo in

yeah…you dont need open any document only revit startup and then go to birdtool multiplayer and add these models and a dyn file and just run…it will run that graph on these models one by one in background

THAT SOUNDS GREAT WOW, I will try it then give you my feedback, thanks a lot

correct me if I’m wrong, this means that the dynamo files that will run on the selected Revit models should not requires any inputs from myside ??? this means that this addon is only limited to only run the dynamo files that does not need any inputs from user ??

yes you are right…can only run the graph without userinput as datashapes etc. so if you want lets say you want to give these splashpage some random parameters value etc…it can be done via excel input and sorting in these runs…yes pretty cool thing…and then we just can use ootb nodes…

Many Thanks for you @sovitek :heart: :orange_heart:, Great Tool

1 Like