Create lines between points

Hello guys!

Anyone has any idea what am i doing wrong. I just try to connect each point of the top shape with the equal point of the bottom one.

line between points.gh (8.3 KB)

Lots of issues here.

  1. Curves are not in the same direction so some need to be flipped.
  2. They all have a different seam location
  3. One of the curves in not closed and doubles back on itself (see screenshot).

If your curves were correct (start each from the same relative seam location and draw them in the same direction and properly closed) then you can just do something like this.


line between points.gh (7.1 KB)

Thank you, Michael… and sorry for didn’t check the problematic curves!