!1139 改动:降低多段线偏移时的连接精度,以支持更多偏移结果

pull/1139/MERGE
ChenX 4 years ago
parent 5c525de2da
commit 10565ef2d2

@ -638,7 +638,7 @@ export class OffsetPolyline
{
used.add(minR.curve);
preP = minR.e;
let status = pl.Join(minR.curve, false, 1e-2);
let status = pl.Join(minR.curve, false, 5e-2);
if (status !== Status.True)
console.warn("连接失败");
return minR.to;

Loading…
Cancel
Save