Export images from revit

good evening friends, i am working on a dynamo routine to export images from revit. for that i have used the Archi-lab node but i don’t know how to close it, all the connections i have made give me null, the images i want to export is a 3D view from the family editor. any recommendation? thank you in advance.


Hi @leonardo.pizarroHGHX i see a few thing here but havent tried…your file path need a filepath not the file and guess view by type need an input…btw are you in 25 ? not even sure it will work there have to test…maybe there are some other nodes there probably could work as well, guess a search here on the forum there will be some examples, maybe ootb exportasimage could do it in that case

If this is about rvt 2025, I was dealing with a pdf printing issue a few days ago, what I did was striping the package node and put its code into a regular python node at graph level then it printed everything. Like Sovitek mentioned, ootb ExportAsImage is an option though the specific export options are not available. If you are comfortable with coding an export functionality yourself with api, it is doable too. But I feel it is just a clone of what the package node does. Identical to copy-and-paste.

thank you very much for the explanation

1 Like