mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
Revert "proposed fix for #4622: adding IfcTypeProduct as classes that can be reassigned"
This reverts commit 6046a4bdd9.
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user