How to retrieve location of home run wire

I’d like the location of the start of the wire or the equipment attached to the home run wire. I’m not able to get it through the wire parameters or element.location. Is there another way?

What version of Dynamo are you using? The current node is called Element.GetLocation and should return the line that dictates the wire arc.


I just realized I was using the elements.location node from archilab and not the element.getlocation node that is in the version of dynamo I’m in. I do want the specific home run wires and not all the wires.

I’m looking for a way to distinguish a wire connecting fixtures to the home run wire.

There’s no parameter or property (that I’ve found) that specifically differentiates a wire from a home run. You would have to look for wires with an open connector to find the home runs.

2 Likes