I have cobbled together an effective routine for creating Plan Views and 3D views of Room elements in a Revit model (assuming you launch it with any 3D view open in your model). The idea is to use them for Room Data Sheets. It can be downloaded from the following location:
My question: The 2D views, due to the way the script is written, can name themselves. I would like the routine for the 3D views to do the same thing and unfortunately it’s currently outside my knowledge level (most likely Python) how to achieve it.
I’m quit new I the Dynamo world, so Python script I’m not so familiar with
I have been tested the script and works perfectly, then I try to extend so I take rooms from linked files. I can create floorplans of the room but I can’t make the 3D view when I have linked files. Can any for you guys help?
On future terms, I would like to add the views on sheets and so on.
I don’t actually have an answer for that question, but I will add that my solution above works for 3D Views only if the Revit file has a 3D view open when the routine is started. I have no idea why. It’s possible your issue could be related to that oddity.