Hi! Does anybody know how to organize this points vertically instead of horizontally? For example: from 0 to 5 in one list, 6 to 11, etc. Thank you!
Protocolo Programático 18.10.gh (18.9 KB)
Hi! Does anybody know how to organize this points vertically instead of horizontally? For example: from 0 to 5 in one list, 6 to 11, etc. Thank you!
Protocolo Programático 18.10.gh (18.9 KB)
Hi!
Looking at your file - is this the right one?
![ab02|690x147]
Anyway - see below how I would approach. I first organise the list into a tree, flip the tree, and then flatten again (although I try to avoid flattening if you can help it!). The tree is created by splitting the list by the amount of x axis divisions.
List created
Have a look at attached!
AB.gh (9.2 KB)
Same method applies - Have a look at attached
Protocolo Productivo 18.10_AB2018.gh (68.4 KB)
It’s also worth noting that you should try and simplify your definition to just the part that you have a question on.
I’ve added the points list node at key points, like the first one.