Hi all
I’m newbie at Grasshopper
I want to pair each of values in list into separated list
For example, index 0-0 , index 1-1, …
Which node can I use?
Thanks for supporting me
Use ‘merge’ to bring in both lists (grafted), the result should be those pairs.
Maybe it is Merge as @René_Corella says,
I read it as searching for a way to combine the two lists in pairs.
Entwine creates a tree with 2 branches.
Flip matrix changes it to 8 branches with lists of 2.
Regards Eef
pairtwolists.gh (11.7 KB)
yes for merge you must graft otherwise entwine then flip matrix


