Link data index to specific other index

Hi,

I am trying to connect all first indexes to eachother to make a line from a data set. Example:

There are 10 points in a row, these are copied with the linear array component. Now there are 5 lines of points that all starts with indexes 0 till 10. what i want to do is to only connect the indexes with the same number to eachother, so i can make a line between the indexes with the same number. So 0 connects to all 0’s and the index 1 with the other 1’s.

How can i achieve this?

Regards,

Giorgio

I guess you’re looking for FlipMatrix:


FlipMatrix.gh (7.9 KB)

1 Like

That was the one. Thanks forgot that there was the flip matrix component. Thanks a lot!