!2659 修复:关联切割获取的分裂板件造型数据错误问题

Merge pull request !2659 from 林三/fix_split_board
pull/2666/MERGE
林三 6 months ago committed by ChenX
parent d4a26bfff4
commit 27131b5221

@ -754,7 +754,9 @@ export class Board extends ExtrudeSolid
br.ProcessingGroupList = [...this.ProcessingGroupList];
br._BoardProcessOption = { ...this._BoardProcessOption };
br._CustomNumber = this._CustomNumber;//因为CustomNumber不会刷新绘制,所以拷贝这个
br.BoardModeling = this.BoardModeling;//该板在另外一块挖穿造型位置grooves丢失
if (!br.grooves.length && this.grooves.length)
br.grooves = this.grooves;//该板在另外一块挖穿造型位置grooves丢失
let new2old_edgeMap: number[];
//修正排钻边的数据

Loading…
Cancel
Save