Navigation Menu

Skip to content

Commit

Permalink
Arch: Fixed wrong placement of sketch-based windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Nov 24, 2016
1 parent 21dcfd4 commit 6b8b3ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Arch/ArchWindow.py
Expand Up @@ -871,6 +871,7 @@ def execute(self,obj):
if self.sshapes:
base = Part.makeCompound([base]+self.sshapes+self.vshapes)
self.applyShape(obj,base,pl,allowinvalid=True,allownosolid=True)
obj.Placement = pl
if hasattr(obj,"Area"):
obj.Area = obj.Width.Value * obj.Height.Value

Expand Down

0 comments on commit 6b8b3ec

Please sign in to comment.