JanusTida/Tida.CAD

AddDrawObject(new Arc ...

majachen99 opened this issue · 1 comments

If i add a new Arc with a angle greater as 180° are the center and drawed angles not correct.

sample code:
_canvasLayer.AddDrawObject(new Arc(new Arc2D() { Center = new Vector2D(0, 0), Radius = 2, StartAngle = 0, Angle = ConvertDegreesToRadians(185) }));

Ok,I'll check it and fix it soon.