hello,
I am trying to get all the drafting views from 5 revit files.
Element Type node is gone from Rhythm so I am trying to take a different route to achieve it; however, not working.
Is there a way to get all the drafting views?
Thanks
hello,
I am trying to get all the drafting views from 5 revit files.
Element Type node is gone from Rhythm so I am trying to take a different route to achieve it; however, not working.
Thanks
DraftingView
is not an ElementType
. You can look at Element Classes
and All Elements of Class
to see the valid ElementTypes
(now Classes
in Dynamo).
You might also want to use the Orchid node instead since the Rhythm node doesn’t seem to work with the typical ElementType
outputs anymore.
Do you have the ironpython package installed?