How can I get X,Y,Z in individual column in excel by using Dynamo

Hello.
I want to separate coordinates X,Y,Z in to individual column in excel by using Dynamo. Can someone help me please, Thank you.


Point.X, Point.Y and Point.Z nodes

You might want to include the GUID as well so you have something to tie the data back to.

1 Like

Thank you for helping me. But I have some confusion about that nodes, so if it’s not bothering you, could you show me how to use Point X, Point Y, and Point Z nodes with my Dynamo form in the picture above. Thank you so much. :slight_smile:

Hello @natcha.jita

Currently you are getting lines as an output from “Element.Location” and for the line you need to specify which point you want like stating point, end point, mid point of the line.
if i am assuming you want both the point start and end point of the line then you can take the reference of this script.

2 Likes

Thank you so much for helping me. :white_heart: