mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 06:52:39 +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",
|
"IfcContext",
|
||||||
"IfcAnnotation",
|
"IfcAnnotation",
|
||||||
"IfcRelSpaceBoundary",
|
"IfcRelSpaceBoundary",
|
||||||
"IfcTypeProduct",
|
|
||||||
]
|
]
|
||||||
version = tool.Ifc.get_schema()
|
version = tool.Ifc.get_schema()
|
||||||
if version == "IFC2X3":
|
if version == "IFC2X3":
|
||||||
@@ -71,7 +70,6 @@ class IfcClassData:
|
|||||||
"IfcStructuralItem",
|
"IfcStructuralItem",
|
||||||
"IfcAnnotation",
|
"IfcAnnotation",
|
||||||
"IfcRelSpaceBoundary",
|
"IfcRelSpaceBoundary",
|
||||||
"IfcTypeProduct",
|
|
||||||
]
|
]
|
||||||
return [(e, e, (get_entity_doc(version, e) or {}).get("description", "")) for e in products]
|
return [(e, e, (get_entity_doc(version, e) or {}).get("description", "")) for e in products]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user