downstream: stub: drop abstract_arrangement (158756e921)

And also gnore delete_same_facet_edge_pairs as it's more of an interanl API.
This commit is contained in:
Andrej730
2026-07-24 18:38:33 +05:00
parent af32884731
commit 4dd39ee918
2 changed files with 1 additions and 8 deletions
+1
View File
@@ -1214,6 +1214,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<std::array<svgfill::point_2, 2>>;
%template(svg_groups_of_line_segments) std::vector<std::vector<std::array<svgfill::point_2, 2>>>;