From 27131b522137b85067cbd134d5f345d71de8af93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E4=B8=89?= <940119273@qq.com> Date: Tue, 9 Apr 2024 01:24:00 +0000 Subject: [PATCH] =?UTF-8?q?!2659=20=E4=BF=AE=E5=A4=8D:=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=88=87=E5=89=B2=E8=8E=B7=E5=8F=96=E7=9A=84=E5=88=86=E8=A3=82?= =?UTF-8?q?=E6=9D=BF=E4=BB=B6=E9=80=A0=E5=9E=8B=E6=95=B0=E6=8D=AE=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98=20Merge=20pull=20request=20!2659=20?= =?UTF-8?q?from=20=E6=9E=97=E4=B8=89/fix=5Fsplit=5Fboard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DatabaseServices/Entity/Board.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DatabaseServices/Entity/Board.ts b/src/DatabaseServices/Entity/Board.ts index b2e7ec51c..a0a72153d 100644 --- a/src/DatabaseServices/Entity/Board.ts +++ b/src/DatabaseServices/Entity/Board.ts @@ -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[]; //修正排钻边的数据