From 16c2a588544f20fb7bcc6cc02092806b1aba1c0d Mon Sep 17 00:00:00 2001 From: ChenX Date: Mon, 11 Dec 2023 09:15:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=8F=91:=E5=9C=A8ueapi=E4=B8=AD?= =?UTF-8?q?=E6=9A=B4=E9=9C=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DatabaseServices/Entity/Board.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/DatabaseServices/Entity/Board.ts b/src/DatabaseServices/Entity/Board.ts index 3e9e6dd28..6999122b8 100644 --- a/src/DatabaseServices/Entity/Board.ts +++ b/src/DatabaseServices/Entity/Board.ts @@ -1321,7 +1321,10 @@ export class Board extends ExtrudeSolid /** * 这个函数生成了二维刀路的csg数组,并且同时生成了_2DPathDrawObject(二维刀路提刀线框显示对象) */ + //del_exp_start private Get2DPathCsgs(): Geom3[] + //del_exp_end + //del_exp_start//del_exp_end Get2DPathCsgs(): Geom3[] { if (this._2DPathCsgs) return this._2DPathCsgs;