How to tween curves without intersections between them

Hi everyone. My question is is there a way to tween curves without them intersecting or overlaping each other? I have tried with Pufferfish as well and I still couldn’t manage to solve the problem. It’s pretty important so I would greatly appreciate any help!

Hello,

You expect a solution which is not feasable. To create curves in between only works well if the referenced curves share the same or similar properties (CPoint Count, Degree, Knot spacing). You can however divide into similar sections and connect manually in between (if this helps).

Hi Tom,
Yeah, it makes sense. I ended up dividing and rebuilding them. Takes some time with such complex reference curves but I guess it will work. Thank you for your reply!