Tween curves passing to points

I need a command for tween curves passing through these points, just like the image, but I’m having trouble doing it with grasshopper.

Someone can help me?

split the curves where they meet the line

post your gh file with internalized geometry for more help

I tried but didn’t fix the problem, in the photo you can see that the points doesn’t match with the lines

GHE_tween curves.gh (9.0 KB)
GHE_rilievo parquet.3dm (42.3 KB)

You could use the horizontal lines to obtain the Factor(F) list for the TweenConCrvs component, see image attached below.


GHE_tween curves.gh (15.5 KB)

1 Like

same as above, but simpler and easier to understand


GHE_tween curves[simple].gh (10.5 KB)