!882 优化:圆造型逆时针

pull/882/MERGE
ZoeLeeFZ 5 years ago committed by ChenX
parent d313809b9e
commit af25d1e89e

@ -208,7 +208,7 @@ export namespace Production
if (cu instanceof Circle) if (cu instanceof Circle)
{ {
let pl = ConverCircleToPolyline(cu); let pl = ConverCircleToPolyline(cu);
pl.Reverse(); // pl.Reverse(); ??
ptsBuls = pl.PtsBuls; ptsBuls = pl.PtsBuls;
} }
else else

Loading…
Cancel
Save