mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Add version information and schema identifier to Python wrapper
This commit is contained in:
@@ -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;
|
||||
}
|
||||
%}
|
||||
Reference in New Issue
Block a user