diff --git a/src/blenderbim/blenderbim/bim/module/root/data.py b/src/blenderbim/blenderbim/bim/module/root/data.py index 18f7fbffcd..b5e5081cec 100644 --- a/src/blenderbim/blenderbim/bim/module/root/data.py +++ b/src/blenderbim/blenderbim/bim/module/root/data.py @@ -59,6 +59,7 @@ class IfcClassData: "IfcContext", "IfcAnnotation", "IfcRelSpaceBoundary", + "IfcTypeProduct", ] version = tool.Ifc.get_schema() if version == "IFC2X3": @@ -70,6 +71,7 @@ class IfcClassData: "IfcStructuralItem", "IfcAnnotation", "IfcRelSpaceBoundary", + "IfcTypeProduct", ] return [(e, e, (get_entity_doc(version, e) or {}).get("description", "")) for e in products]