How to get the location off a curtain wall door?

For a script I need the location of all doors in a room, some of which are curtain wall elements and I cannot find a way to get a location from them.
I have tried with Element.GetLocation, Transform.Origin (archi-lab) and Element.Location+ (Clockwork).
Is there a way to retrieve this information?

Could try using the Bounding ox of the door to get it’s center?

Transform.Origin is usually doing this work for me.

Can you show why it is not working?

3 Likes

Ok. I was trying to pass the whole door list through the Transform Origin node. But like you have done it separating it before it works well. Thanks