mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
stub: sync added/removed symbols
This commit is contained in:
@@ -105,10 +105,12 @@ class IfcSpfHeader:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *args): ...
|
def __init__(self, *args): ...
|
||||||
|
def assign(self, other): ...
|
||||||
def file(self, *args): ...
|
def file(self, *args): ...
|
||||||
def file_description_py(self): ...
|
def file_description_py(self): ...
|
||||||
def file_name_py(self): ...
|
def file_name_py(self): ...
|
||||||
def file_schema_py(self): ...
|
def file_schema_py(self): ...
|
||||||
|
def logger(self) -> logger: ...
|
||||||
def read(self): ...
|
def read(self): ...
|
||||||
def tryRead(self): ...
|
def tryRead(self): ...
|
||||||
def write(self, out): ...
|
def write(self, out): ...
|
||||||
@@ -194,6 +196,7 @@ class ConversionResultShape:
|
|||||||
def subtract(self, arg2): ...
|
def subtract(self, arg2): ...
|
||||||
def surface_area_along_direction(self, tol, arg3, along_x, along_y, along_z): ...
|
def surface_area_along_direction(self, tol, arg3, along_x, along_y, along_z): ...
|
||||||
def surface_genus(self): ...
|
def surface_genus(self): ...
|
||||||
|
def type(self) -> str: ...
|
||||||
def vertices(self): ...
|
def vertices(self): ...
|
||||||
def volume(self): ...
|
def volume(self): ...
|
||||||
def wrap_in_compound(self): ...
|
def wrap_in_compound(self): ...
|
||||||
@@ -390,25 +393,41 @@ class JsonSerializer:
|
|||||||
def setFile(self, arg2): ...
|
def setFile(self, arg2): ...
|
||||||
def writeHeader(self): ...
|
def writeHeader(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:
|
class OpaqueCoordinate_3:
|
||||||
def __init__(self, *args): ...
|
def dot(self, other): ...
|
||||||
def get(self, i): ...
|
def get(self, i): ...
|
||||||
|
def get_double(self, i): ...
|
||||||
|
def norm(self): ...
|
||||||
|
def normalized(self): ...
|
||||||
|
def normalized_by_max_abs(self): ...
|
||||||
|
def scale(self, scalar): ...
|
||||||
def set(self, i, n): ...
|
def set(self, i, n): ...
|
||||||
|
def size(self): ...
|
||||||
|
def to_double(self): ...
|
||||||
|
|
||||||
class OpaqueCoordinate_4:
|
class OpaqueCoordinate_4:
|
||||||
def __init__(self, *args): ...
|
def dot(self, other): ...
|
||||||
def get(self, i): ...
|
def get(self, i): ...
|
||||||
|
def get_double(self, i): ...
|
||||||
|
def norm(self): ...
|
||||||
|
def normalized(self): ...
|
||||||
|
def normalized_by_max_abs(self): ...
|
||||||
|
def scale(self, scalar): ...
|
||||||
def set(self, i, n): ...
|
def set(self, i, n): ...
|
||||||
|
def size(self): ...
|
||||||
|
def to_double(self): ...
|
||||||
|
|
||||||
class OpaqueNumber:
|
class OpaqueNumber:
|
||||||
def __init__(self, *args, **kwargs): ...
|
def abs(self): ...
|
||||||
def clone(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_double(self): ...
|
||||||
def to_string(self): ...
|
def to_string(self): ...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user