Export revit views to cad

Hi everyone!

I’m traying to export my revit views to cad using Dynamo, the problem is that I want to make only one cad file changing the origing point for each view.

I make a list with all views and another one with the origin point for each one but I’m new using Dynamo and I don’t know how to marge all files.

I don’t know if I can do it or if I’m saying something stupid.

Thanks for everything!!

Export%20changing%20origing%20point%20in%20views|324x500

Hi. You can certainly automate the dwg export:

…but I think there’s no way to merge several dwg through Dynamo.

Fortunately you can solve this task simply using Autocad:

If you need to change the position of the objects in dwg too, you can create a simple tools using Autocad API before merging them.