BIM: fix AttributeError when snapping for window placement

This commit is contained in:
Roy-043
2025-12-23 21:44:07 -06:00
committed by Chris Hennes
parent 345a656125
commit 5297493a65
+1
View File
@@ -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")