The current implementation of the "Arc" takes-on 3 coordinates:
Arc Starting Point
Arc Diameter Point (i.e. point 180deg across from the Starting Point)
Arc Ending Point (i.e. defined the angular extent of the arc)
I would like an alternative implementation, because sometimes finding the point 180-deg around is a challenge . . . I propose one of the means that SolidWorks provides:
Arc Starting Point
Arc Ending Point
A point somewhere else on the circle on which the arc will be drawn (doesn't need to be in the path of the arc)
With these 3 points the diameter can be calculated and the arc drawn, withOUT the need to find a point that is exactly 180` around from the start point.
Thanx for listening.