From 9544641e41423a68d8f137ad0c135e8545588e4c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Fri, 24 Jul 2026 18:21:57 +0500 Subject: [PATCH] downstream: stub: sync added/removed symbols --- .../ifcopenshell/ifcopenshell_wrapper.pyi | 24 ++++++++++++------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi index bf27a91f29..81fd00ec79 100644 --- a/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi +++ b/src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.pyi @@ -359,25 +359,33 @@ class Iterator: def unit_name(self): ... -# TODO: MakeVolume is ignored in SWIG, remove from stub once build is bumped. -class MakeVolume: - defaultvalue: Any - description: Any - name: Any - class OpaqueCoordinate_3: def __init__(self, *args): ... def get(self, i): ... + def get_double(self, i): ... def set(self, i, n): ... + def size(self): ... + def to_double(self): ... class OpaqueCoordinate_4: def __init__(self, *args): ... def get(self, i): ... + def get_double(self, i): ... def set(self, i, n): ... + def size(self): ... + def to_double(self): ... class OpaqueNumber: - def __init__(self, *args, **kwargs): ... - def clone(self): ... + def abs(self): ... + def add(self, other): ... + def divide(self, other): ... + def empty(self): ... + def equals(self, other): ... + def less_than(self, other): ... + def multiply(self, other): ... + def negated(self): ... + def same_type(self, *args): ... + def subtract(self, other): ... def to_double(self): ... def to_string(self): ...