ifc4x3 docs parser - use release ifc4x3 version

This commit is contained in:
Andrej730
2024-06-24 15:13:13 +05:00
parent 4d9b461776
commit 9b9301cbb0
@@ -916,7 +916,7 @@ class DocExtractor:
entities_dict = dict()
types_dict = dict()
schema = ifcopenshell.ifcopenshell_wrapper.schema_by_name("IFC4X3")
schema = ifcopenshell.ifcopenshell_wrapper.schema_by_name("IFC4X3_ADD2")
for entity in schema.declarations():
entity_name = entity.name()