Arch: fix in new ifc-importer

This commit is contained in:
Bernd Hahnebach 2014-08-16 10:19:21 +02:00 committed by Yorik van Havre
parent 6556bc776a
commit 6436b29034

View File

@ -167,9 +167,9 @@ def insert(filename,docname,skip=[]):
obj = None
baseobj = None
if (ptype == "IfcOpeningElement") and (not SEPARATE_OPENINGS): break
if pid in skip: break
if ptype in SKIP: break
if (ptype == "IfcOpeningElement") and (not SEPARATE_OPENINGS): continue
if pid in skip: continue
if ptype in SKIP: continue
brep = ifcopenshell.create_shape(product,shape_attributes)
if brep: