Extracting data from Dynamo, which node should I use to implement the format I want (separating data)?
Point (X = -124.395, Y = 89.147, Z = 1249.003)
I only need XYZ point!
Extracting data from Dynamo, which node should I use to implement the format I want (separating data)?
Point (X = -124.395, Y = 89.147, Z = 1249.003)
I only need XYZ point!
Also Lunchbox (package) Points.DeconstructPoint
Thank you for your reply, but also want to ask you, how to write X, Y, Z to Excel? What node should I use to link
You can do it the way @khuzaimah.ElecEng listed, or I typically try to keep the headings all together as a block so it’s easier to find.
It’ll look something like this:
Let me know if that works for you.
I quickly put together the nodes for the actual points, I just wanted to show the Headers code block.
Thank you@quagliatol、@khuzaimah.ElecEng, Has been successful
welcome @helen60932111PLHPF, please mark it as Solved