How to create a tree from two inputs?

I am trying to create a tree with the structure:
0 [x0,y0]
1 [x1,y1]

and write it to CSV.

Thanks.

untitled.gh (6.7 KB)

1 Like