diff --git a/src/Mod/BIM/bimcommands/BimWindow.py b/src/Mod/BIM/bimcommands/BimWindow.py index 8e5a0e61ab..451d866af2 100644 --- a/src/Mod/BIM/bimcommands/BimWindow.py +++ b/src/Mod/BIM/bimcommands/BimWindow.py @@ -275,6 +275,7 @@ class Arch_Window: if ( host + and hasattr(host, "Base") and Draft.getType(host.Base) == "ArchSketch" and hasattr(ArchSketchObject, "attachToHost") and hasattr(FreeCAD, "ArchSketchLock")