Arch: Fixed export of cloned windows to IFC

This commit is contained in:
Yorik van Havre
2016-06-16 17:42:27 -03:00
parent cd4bdceba9
commit 2ca69cf3bc
3 changed files with 24 additions and 19 deletions

View File

@@ -364,7 +364,7 @@ def getCutVolume(cutplane,shapes):
u = p.Vertexes[1].Point.sub(p.Vertexes[0].Point).normalize()
v = u.cross(ax)
if not bb.isCutPlane(ce,ax):
FreeCAD.Console.PrintMessage(translate("Arch","No objects are cut by the plane\n"))
#FreeCAD.Console.PrintMessage(translate("Arch","No objects are cut by the plane\n"))
return None,None,None
else:
corners = [FreeCAD.Vector(bb.XMin,bb.YMin,bb.ZMin),