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