Arch: Minor fix to IFC explorer

This commit is contained in:
Yorik van Havre
2018-06-28 13:35:55 -03:00
parent efdef0f636
commit fafb194883

View File

@@ -215,6 +215,7 @@ def explore(filename=None):
entities = ifc.by_type("IfcRoot")
entities += ifc.by_type("IfcRepresentation")
entities += ifc.by_type("IfcRepresentationItem")
entities += ifc.by_type("IfcRepresentationMap")
entities += ifc.by_type("IfcPlacement")
entities += ifc.by_type("IfcProperty")
entities += ifc.by_type("IfcPhysicalSimpleQuantity")