mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +00:00
downstream: stub: sync added/removed symbols
This commit is contained in:
@@ -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): ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user