small fix to Arch IFC importer

This commit is contained in:
Yorik van Havre 2012-01-16 16:08:17 -02:00
parent 48c9e2fbe8
commit 7ad1e83b3a

View File

@ -109,7 +109,8 @@ def readOpenShell(filename):
sh = Part.read(tf)
nobj = FreeCAD.ActiveDocument.addObject("Part::Feature",n)
nobj.Shape = sh
os.remove(tf)
else:
# treat as meshes