How to get location value of Pipe?

Hi. Everyone

I wonder… How to get location value of pipe in Dynamo…
I tried Element.getlocation node… But the resullt is Null or Empty List…
please help me what is the way get coordinate value of pipe in Dynamo.

hi @MEP_Engineer

Try this: pipe_curve.dyn (3.2 KB)

python code:

OUT =IN[0].GetLocation()

-biboy

Please post a screenshot of your graph. This sounds like it could be an input error, but the screenshot would help determine that.

Generally, a pipe getlocation would output a line.

1 Like