mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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<std::array<svgfill::point_2, 2>>;
|
||||
%template(svg_groups_of_line_segments) std::vector<std::vector<std::array<svgfill::point_2, 2>>>;
|
||||
|
||||
Reference in New Issue
Block a user