Small fix to Arch IFC importer
This commit is contained in:
parent
9a6520a9a9
commit
d68269db34
|
@ -108,7 +108,10 @@ def readOpenShell(filename,useParser=False):
|
|||
pass
|
||||
|
||||
elif altifc and (obj.type == "IfcWallStandardCase"):
|
||||
if USESHAPES:
|
||||
makeWall(altifc.Entities[obj.id],shape=getShape(obj))
|
||||
else:
|
||||
makeWall(altifc.Entities[obj.id])
|
||||
|
||||
elif USESHAPES:
|
||||
# treat as Parts
|
||||
|
|
Loading…
Reference in New Issue
Block a user