Curve through points

I’m embarrassed to ask this (I forget) but what node do I use for a smooth curve through points (polycurve not bspline). PolyCurve.ByPoints results in straight segments and I want a curve.

Try with a nurbs curve :slightly_smiling_face:

Hi @BIMused

NurbsCurve.ByControlPoints
https://primer.dynamobim.org/05_Geometry-for-Computational-Design/5-4_curves.html

Thanks, I must have been thinking there was another node but this will work as I can see it’s possible to join a nurbs curve to polycurve…

image

1 Like