From 449d13bd5fea4ec4db29018e5533dcb1dd527875 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 17 Nov 2025 16:50:42 +0500 Subject: [PATCH] Fix stub missing `construct_iterator` --- src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi index 47901a182e..ce2f11e65a 100644 --- a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi +++ b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi @@ -1597,6 +1597,7 @@ class uninitialized_tag: ... def arrange_polygons(polygons): ... def clear_schemas(): ... +def construct_iterator(geometry_library, settings, file, num_threads): ... def construct_iterator_with_include_exclude(geometry_library, settings, file, elems, include, num_threads): ... def construct_iterator_with_include_exclude_globalid(geometry_library, settings, file, elems, include, num_threads): ... def construct_iterator_with_include_exclude_id(geometry_library, settings, file, elems, include, num_threads): ...