Adding arcs together Python

Hi, I am trying to add random 3 arcs to each other by orienting one’s tangent at end to the next one’s tangent at start. My goal is to achieve smooth looking curve as seen on the picture.
image

I would like to do it in Python but any ideas to achieve this with or without Python can be a helpful start…

Thanks in advance.
Best.

Hi!

You can start with a 3-point arc. Then you can use the following script…

! _Extend _Enter
_Type=_Arc
_Pause
_ToPoint

There is already a method to convert curves to arcs.