From f7aa4504ec9a9dfb56b96c74837e09a2dd7e8aba Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 24 Jul 2026 18:30:22 +0500 Subject: [PATCH] ifcwrap: ignore schema registry and plugins related structs and functions --- src/ifcwrap/IfcPython.i | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index 864d708448..1270373864 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -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;