Curve through point Interpolate

Hello,

Would anyone know how to interpolate a curve through points in GH similar to the Rhino command CurveThroughPt with curve type: Control Point?

There’s a command in Rhino called CurveThroughPt that allows you to make a curve based on a set of points. In the command there is an option for Curve Type, either interpolated or through points. The problem I have when using the interpolated setting is that the points don’t align to form a nice curvature (see image 1 and 2) but the through points works great to form a smooth continuous curvature (see image 3 and 4).


(image 1 and 2)

(image 3 and 4)

I have been looking for the same option of “through point” when using the GH command Interpolate but can’t find it. So my curve ends up like the interpolate option in Rhino with a bad curvature (see image 5 and 6)

Thanks,

Johan

EDIT: Nurbs component seems to do the trick

CurveThroughPoints_Interpolate.gh (6.5 KB)

just create a nurbs curve by cvs ?

like this:

Thanks Tom!