From bc41ff78f438a2e0d42a39d2ee49f3fcc56de833 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Thu, 16 Jul 2026 17:39:34 +0500 Subject: [PATCH] stub: drop `abstract_arrangement` (158756e9218) And also gnore delete_same_facet_edge_pairs as it's more of an interanl API. --- .../ifcopenshell/ifcopenshell_wrapper.pyi | 8 -------- src/ifcwrap/IfcGeomWrapper.i | 1 + 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi index 4935377871..106676464c 100644 --- a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi +++ b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi @@ -643,14 +643,6 @@ class XmlSerializer: class _SwigNonDynamicMeta(type): ... -class abstract_arrangement: - def __init__(self, *args, **kwargs): ... - def get_face_pairs(self): ... - def merge(self, edge_indices): ... - def num_edges(self): ... - def num_faces(self): ... - def write(self, polygons, progress): ... - class aggregation_type(parameter_type): def __init__(self, type_of_aggregation, bound1, bound2, type_of_element): ... array_type: Any diff --git a/src/ifcwrap/IfcGeomWrapper.i b/src/ifcwrap/IfcGeomWrapper.i index bcfcca872a..10c9b02395 100644 --- a/src/ifcwrap/IfcGeomWrapper.i +++ b/src/ifcwrap/IfcGeomWrapper.i @@ -1166,6 +1166,7 @@ ifcopenshell::geometry::taxonomy::item::ptr try_upcast(PyObject* obj0, swig_type %ignore svgfill::svg_to_polygons; %ignore svgfill::arrange_polygons; %ignore svgfill::abstract_arrangement; +%ignore svgfill::context::delete_same_facet_edge_pairs; %template(svg_line_segments) std::vector>; %template(svg_groups_of_line_segments) std::vector>>;