Interpolate multiple curves using same points but different End points

Hi,

I have a curve in Rhino and have extracted a few points towards one end, these are referenced in Grasshopper. I have a curve also in rhino and referenced in Grasshopper which I have divided into a square grid of points.

What I would like to do is use the referenced points and create an interpolated curve where each of the points in the grid are the endpoints of the curves.

In short, multiple curves through the same initial referenced points and then different end points. Files and screen grabs attached. I feel i am close to it just cant make the data trees work.

Thanks for any help.

Grashopper Code.gh (8.6 KB)

Rhino File.3dm (61.1 KB)

Something like this?


Grashopper Code_re.gh (10.2 KB)

1 Like

Something exactly like that. Thanks