I am working with assemblies in revit. I’ve created a assembly, it shows up in the project browser. now i want to create the assembly views using grasshopper. Is there a way doing this using the rhino.inside nodes. or is this only possible using a python or C# node script to acces the revit API.
I just want to acces and control the parameters shown in the image below.
Thanks for your quick reply. Do you have an example only to create the views with a list of assemblies, a list of views to be created and the scale of the views. For me it is not necessary to place them on a sheet. that would be of great help.
Thank Japhy, i can create views for Assembly. but i can not create sheet and i can not put these views to sheet. Can you please to help do it? I am sorry that i am a newbie.
Hi @Japhy, I picked this script up and used it recently, (Make Only Views version), it worked the first time, and created the Assembly views in Revit. However I deleted the elements and when I tried using it again it did not work. Does it have some tracking functionality that I might be missing?
I’m working on this topic again and I have two questions.
1: I’m not able to edit the python script. is it possible to create an output of the created assembly views per assembly?
2: I’m struggling to align the vector of the assembly origin. I want to have all my assembly views facing the same way (perpendicular to the assembly).
attached a fully purged rvt. file and the script used.