From ab32b707345c93c485d562028c9ab1ed570150a4 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Sun, 23 Mar 2025 23:20:45 +0100 Subject: [PATCH] BIM: add missing import --- src/Mod/BIM/bimtests/TestArchSpace.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/BIM/bimtests/TestArchSpace.py b/src/Mod/BIM/bimtests/TestArchSpace.py index 2b4f574e85..a542fb9129 100644 --- a/src/Mod/BIM/bimtests/TestArchSpace.py +++ b/src/Mod/BIM/bimtests/TestArchSpace.py @@ -139,6 +139,7 @@ class TestArchSpace(TestArchBase.TestArchBase): if round(face.Area) == round(wallInnerFaceArea)] if App.GuiUp: + import FreeCADGui FreeCADGui.Selection.clearSelection() FreeCADGui.Selection.addSelection(wall, boundaries)