From 983224fddc10428addd85e8ecf982f509d6847f7 Mon Sep 17 00:00:00 2001 From: ChenX Date: Fri, 26 Jul 2019 14:02:41 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#IZNK0=20=E4=BF=AE=E6=AD=A3=E5=86=85?= =?UTF-8?q?=E9=83=A8=E6=A7=BDUV=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/DatabaseServices/Entity/Extrude.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DatabaseServices/Entity/Extrude.ts b/src/DatabaseServices/Entity/Extrude.ts index 040668a2e..7785d9182 100644 --- a/src/DatabaseServices/Entity/Extrude.ts +++ b/src/DatabaseServices/Entity/Extrude.ts @@ -1054,13 +1054,13 @@ export class ExtrudeSolid extends Entity geo.applyMatrix(this.contourCurve.OCS); } + this.csg = Geometry2CSG(geo); if (this.grooves.length === 0) { ScaleUV(geo); return geo; } - this.csg = Geometry2CSG(geo); for (let g of this.grooves) {