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?
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