Revert "proposed fix for #4622: adding IfcTypeProduct as classes that can be reassigned"

This reverts commit 6046a4bdd9.
This commit is contained in:
Ryan Schultz
2024-05-07 07:36:26 -05:00
parent 6046a4bdd9
commit a88dfe84e5
@@ -59,7 +59,6 @@ class IfcClassData:
"IfcContext",
"IfcAnnotation",
"IfcRelSpaceBoundary",
"IfcTypeProduct",
]
version = tool.Ifc.get_schema()
if version == "IFC2X3":
@@ -71,7 +70,6 @@ class IfcClassData:
"IfcStructuralItem",
"IfcAnnotation",
"IfcRelSpaceBoundary",
"IfcTypeProduct",
]
return [(e, e, (get_entity_doc(version, e) or {}).get("description", "")) for e in products]