diff --git a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi index d774ba926a..5371628539 100644 --- a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi +++ b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi @@ -648,6 +648,7 @@ class context: def __init__(self, *args): ... def add(self, segments): ... def build(self): ... + def delete_same_facet_edge_pairs(self): ... def get_face_pairs(self): ... def merge(self, edge_indices): ... def num_edges(self): ...