I have n sets of list and I need join the 1st point of the first list to the 2nd point of the second list, then the 1st of second to 2nd of 3rd and so. Am new to Grasshopper and still trying to get my head around processing this ?
there is some components like
“relative item” that are able to do patterns within data…
my approach is a bit more inspired by text based programming / scripting. I generate the path and the index / item an query them from the datatree.
Note that each polyline needs a single List of points - grafting / flattening / pathmapper is handling this aspect.