Hi,
I’m setting up a graph in dynamo and am attempting to use Python to access from element information.
I found that I can if I select an object as long as I do UnwrapElement() I can access various information about it.
I tried this out on a wall and could access element.Width and element.Location
But what other attributes does an object have, is there a list somewhere that I can refer to?
I assume the objects attributes were the same as its type parameters - but this is not the case as element.Function does not work.
I’d appreciate some advice.