How can I get the center line of the core of a wall on Dynamo?

I need to place a family at the core center of a wall. The node Element.GetLocation only gives me the central axis of the wall. Does anybody know how to get the core central axis line of a wall?

Could you show your graph with all the previews on.

Hi @pauloferreira.dyn,

You can retrieve all the wall layers locations with the Wall CompoundStructureLayersLocation node and the core location with a filter :

1 Like

Thank you so much, brother!!! You really helped me !!! Great package!!!