修复:排钻锁撤回解锁后再解锁没有触发排钻问题 !2726

arcboard_move
ChenX 5 months ago
parent dd021170eb
commit e0375ca989

@ -772,6 +772,7 @@ export class Board extends ExtrudeSolid
br.ProcessingGroupList = [...this.ProcessingGroupList]; br.ProcessingGroupList = [...this.ProcessingGroupList];
br._BoardProcessOption = { ...this._BoardProcessOption }; br._BoardProcessOption = { ...this._BoardProcessOption };
br._CustomNumber = this._CustomNumber;//因为CustomNumber不会刷新绘制,所以拷贝这个 br._CustomNumber = this._CustomNumber;//因为CustomNumber不会刷新绘制,所以拷贝这个
br._DrillLock = this._DrillLock; //!2726 关联切割后的引用实体需要复制这个属性,否则反应器无法更新
let new2old_edgeMap: number[]; let new2old_edgeMap: number[];
//修正排钻边的数据 //修正排钻边的数据

Loading…
Cancel
Save