Hinzufügen eines Bogens

 From:  Michael Gibson
11753.2 In reply to 11753.1 
Hi Ronni, you can draw an arc of a given radius through 2 points currently by drawing a circle of the desired radius centered at each point and then use the Arc Center command.

Like this given these 2 points:


Circles of the desired radius at each point:


Then arc from center point with these 3 picks:


To automate this maybe the arc center command could have a radius field and if you put a value in there it could ask for the start and end point and then let you pick the 2 possible center points.

- Michael