Typically I would take a point on the curves, deconstruct them, and sort the curves by their X, Y, or Z component. However, in this case, I’m looking for a linear sorting along a curve that is not parallel to the axis. I’ve use a “Sort Along Curve” component to sort the points. But then the point indices don’t seem to sort the original curves. This should work I think.
lines bw curves.gh (183.2 KB)
My current gh script::
This is the correct sorting of points, but the curves don’t follow suit: