From a08eed7ac9da8bfb0ba0b448a80c0a50daae91d3 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sun, 9 Aug 2026 14:04:04 +0200 Subject: [PATCH] swig ignore ifcopenshell::detail::performance_scope --- src/ifcwrap/IfcPython.i | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcwrap/IfcPython.i b/src/ifcwrap/IfcPython.i index d68524a09d..e87a0ebfc8 100644 --- a/src/ifcwrap/IfcPython.i +++ b/src/ifcwrap/IfcPython.i @@ -74,6 +74,7 @@ %ignore ifcopenshell::schema_plugin_metadata; %ignore ifcopenshell::schema_plugin_directory; %ignore ifcopenshell::load_schema_plugins; +%ignore ifcopenshell::detail::performance_scope; // Not relevant for python usage %ignore express::base::data;