Hi to All,
We are working in a residential project which have 6 different buildings (Block) in it. We have sepererated the revit files according to these blocks. Each block has its own sheets, schedules, areas in revit.
When we need to publish these sheets for coordination, we open revit files one by one and export sheets to CAD and PDFs.
This process takes too much time. If we had a tool like etransmit or batch print that will work without opening revit project, we will just push a button and all related cad and pdf files would be ready.
Show us some work please. This is a help forum to ask for help with things that you cannot figure out on your own, but actually tried. Read this how to ask help
Very interesting topic…i think this is possible only when the revit model is open in the background. Anyways i am also interested to know if this is possible. Imagine you can do this task at the background…
Thank you. It’s very usefull. I will try it but ı hope there would be another way without opening it. In autocad, you can handle it with batch print without opening cad files.
All geometry in revit will have to be generated before you can print it i presume.
Therefor the file has to be opened.
So what you are asking is impossible.
There are two ways of “opening” a Revit file. One is with the UI and one without it. One can open Revit in the background without loading up the UI. It’s much faster and can be used for what the OP is asking.
Thank you to all. I need to learn dynamo asap. Its good think to know that can be achieved.
It woud be great if you can share some other links. They are very helpful.
Kind regards.
@cenkerkocoglu ,
it doesn’t look like you changed the code and added the input. Please take another look at the link I posted in my previous message.
Thank You,Mustafa
It works and it’s amazing
I tried to print two different revit files at same time. Combining view lists from two different sheets works but when it comes to document input, it gives warning. Can it work with multible document input?
I have same problem with exporting cad. I can export from one linked files but when it comes multiple links, ı couldn’t do it.
Thank for all your help.
Best Regards. Print_PDF.dyn (18.3 KB)
I really appreciate your effort in sharing your knowledge to us.
I have question regarding printing the sheets into pdf. I followed your script and it really works well.
I just want to control the sheets that i want to print using View Sets. How do you think can i insert this in the script?
Just plug the views from view sets stright into IN[3]. Or are you wondering why it’s returning null? If so you need to create view sets in revit first.