Hey all
I am trying to get all type properties of an element but not having any luck.
I can get a single value using something like this:
This isn’t viable though as I need to be able to get all the properties, and eventually do this for all elements in the project.
Any tips on how I could do this would be great, thanks!
Try the Element.Parameters node or calling the parameters property in Python.
Unfortunately the Element.Parameters node only shows a few things and doesn’t include anything from the identity category
Is there an example you know of that pulls all data from a single element in python ? I can then adapt that to get every element.
Can you share a basic RVT and associated DYN where this is the case? I can’t say I have seen that behavior before.