ifcwrap: ignore schema registry and plugins related structs and functions

This commit is contained in:
Andrej730
2026-07-24 18:30:22 +05:00
parent c91d6d54bc
commit f7aa4504ec
+7
View File
@@ -67,6 +67,13 @@
// Irrelevant abstract base that only has anonymous concrete implementations
%ignore instance_factory;
%ignore ifcopenshell::schema_registry;
%ignore ifcopenshell::schema_registry_instance;
%ignore ifcopenshell::schema_plugin_registration_symbol;
%ignore ifcopenshell::schema_plugin_metadata;
%ignore ifcopenshell::schema_plugin_directory;
%ignore ifcopenshell::load_schema_plugins;
// Not relevant for python usage
%ignore express::Base::data;
%ignore *::references_to_resolve;