small fix to Arch IFC importer
This commit is contained in:
parent
48c9e2fbe8
commit
7ad1e83b3a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user