How can I draw the polyline with 2 different points and circle

One option is to get a number of points around the original curve and adjust the Z values. Then redraw the curve through those points using any number of methods - I’d recommend NurbsCurve.ByPoints.

2 Likes

Thank you for your advise.
I’ve done it by using a node call “Helix.ByAxis”