Add version information and schema identifier to Python wrapper

This commit is contained in:
aothms
2015-09-10 15:53:59 +02:00
parent 2532ba30e4
commit b590747db9
2 changed files with 11 additions and 0 deletions
@@ -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()