Arch: Partial fix for IFC export of precast elements

This commit is contained in:
Yorik van Havre
2016-06-14 23:09:43 -03:00
parent d05ac66c3c
commit 79dcdfbc78
5 changed files with 40 additions and 23 deletions

View File

@@ -1077,7 +1077,7 @@ def export(exportList,filename):
if (not ifcprop) and hasattr(obj,"IfcAttributes"):
if obj.IfcAttributes:
ifcprop = True
if DEBUG : print(" adding ifc attributes")
#if DEBUG : print(" adding ifc attributes")
props = []
for key in obj.IfcAttributes:
if not (key in ["IfcUID","FlagForceBrep"]):