mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Add version information and schema identifier to Python wrapper
This commit is contained in:
@@ -141,3 +141,6 @@ def create_entity(type,*args,**kwargs):
|
||||
for idx, arg in attrs: e[idx] = arg
|
||||
return e
|
||||
|
||||
|
||||
version = ifcopenshell_wrapper.version()
|
||||
schema_identifier = ifcopenshell_wrapper.schema_identifier()
|
||||
|
||||
Reference in New Issue
Block a user