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
+8
View File
@@ -200,4 +200,12 @@ namespace IfcUtil {
f->Init(s);
return f;
}
const char* const schema_identifier() {
return IfcSchema::Identifier;
}
const char* const version() {
return IFCOPENSHELL_VERSION;
}
%}