mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
ifc4x3 docs parser - use release ifc4x3 version
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user