Arch: Fixed wrong placement of sketch-based windows
This commit is contained in:
@@ -871,6 +871,7 @@ class _Window(ArchComponent.Component):
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user