hi,
I have a list of points and I want to create lines between groups of 3 points, but I want the first point of the new curve to be the same point where the last one ended.
so the first curve would connect item 1 + item 2 + item 3, and second curve would connect item 3 + item 4 + item 5 and so on.
can’t find a way of doing it, even if manually…
thx