Smoothen a Polyline

Hi! I’m building a curve along a vertical element, I’m trying to smoothen the curve and make it more sinuous. But the polyline I have is very sharp on the edges, is there a way I can make it go like the drawing? Thanks in Advance!


Curve Polyline.gh (14.8 KB)

I would feed the vertices from your polylines into any of the spline curve components such as Interpolate.

Swapping your polyline component to Interpolate produces the curves you described.

Curve Interpolate.gh (11.8 KB)