BIM: add missing import

This commit is contained in:
Furgo
2025-03-23 23:20:45 +01:00
committed by Yorik van Havre
parent f3e3cfd941
commit ab32b70734

View File

@@ -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)