I was wondering is there any curve function which has ‘length’ as the input parameter and customize the radius of the curve base on it?
to clarify, in the picture the positions of the pins are known and fix. I want to draw a curve between them and I want to enter the length of curve as the parameter and expect the function to calculate the required radius?
In your example you could connect pin1 and pin2 with a bend() of which you know the length. You can then insert straight sections to achieve the length variation (as a trombone…).