Arc with start and end point with a variable radius

I want to create an arc with a start and end point and a variable radius. Can anybody please help? In one plane.

Hi PyatI
I hope this help you.

Gh File
ArcByStartEndRadius.gh (12.1 KB)

Thanks….any chance you can please screen shoot with words not icons as I can’t work them all out.

Cheers

all good I worked them all out. Again many thanks…Now another question:) I want to have a quarter circle with the circle going through two points and I can select the orientation of the remaining arc if you follow.

This is a slightly different method, with a Boolean Toggle for the option of flipping the direction. I also included a Python script which does the same this as all of the components.

ArcFrom2Points Flip.gh (15.5 KB)