I would like to create a line with ‘construct point’ that joins each respective point of the list with the same one in the following branch. so each point is at the same time the first of a line and the end of a line (except on the first and last point).
How can I sort data to achieve that?
Thanks in advance Line.gh (13.2 KB)
So now I’m trying to create sweep2 rails with those initial tween curves and then create points that are created on those line.
I managed to create the sweep2 rails with the twin curves and the generated lines. but I would like to generate the sweep2 with section generated from points that have been generated on those lines
So I create a curve with control points but I couldn’t figure out how to reorganize the tree so that it create the lines out of those 6 points created in the correct order.
I tried to use partion list, but it doesn’t organise it in the correct order sadly… Line.gh (15.9 KB)
Or maybe it is before the Merge component that it needs to be correctly organised…