Element.GetActualLocation

Hi,

I’m looking to use the functionality of this node in a python script.
i have been looking with the the revit.lookup tool for a properties or methode of some kind but i’m unable to find anything that resambels this.

To be precise i’m want to find adjucent walls to each other.
And match them togheter in a list.

Sorry i am not sure to understand what you want to achieve. I think i understand that you want to do the same than that node in a python script, but later you want to know adjacent walls and match them in a list, what you mean?

1 Like

You may be able to work out a grouping using the Geometry.DoesIntersect node.

hi @staylor and @ruben.romero ,

thx for the feedback i moved the issue to pyrevitforums because i’m aiming to put the scipt in python and dynamo itself.

there u can also find an bettre explaination on what i’m trying to achieve.

I still don’t understand what you want and why the script proposed by someone in the forum doesn’t help you