!1373 优化:关联切割封边轮廓

pull/1373/MERGE
ZoeLeeFZ 4 years ago committed by ChenX
parent 6c88b288e3
commit b3f889e300

@ -289,6 +289,9 @@ export class Board extends ExtrudeSolid
br._LayerNails = [...this._LayerNails];
br.ProcessingGroupList = [...this.ProcessingGroupList];
br._BoardProcessOption = { ...this._BoardProcessOption };
//如果是矩形板,关联切割后的板件,用上下左右封边重新填充高级封边,避免近乎矩形的板件封边看上去不对 #I2AQ9R
if (this.isRect)
br._BoardProcessOption.highSealed.length = 0;
}
}
return brs;

Loading…
Cancel
Save