Element Type node is gone. The alternative doesn't work for getting Drafting Views

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

@mixology ,

DraftingView need

"DraftingView"


Thanks!! I tried that too but still getting a null value. Wasn’t too sure why I’m not getting a value when I know those 5 models do have drafting views included.

image

1 Like

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.

1 Like

Do you have the ironpython package installed?

1 Like