mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
ifc4x3 docs parser - use release ifc4x3 version
This commit is contained in:
@@ -916,7 +916,7 @@ class DocExtractor:
|
|||||||
|
|
||||||
entities_dict = dict()
|
entities_dict = dict()
|
||||||
types_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():
|
for entity in schema.declarations():
|
||||||
entity_name = entity.name()
|
entity_name = entity.name()
|
||||||
|
|||||||
Reference in New Issue
Block a user