mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Sync stub with the wrapper #6976
This commit is contained in:
@@ -334,6 +334,8 @@ class Iterator:
|
||||
def getLog(self): ...
|
||||
def get_native(self): ...
|
||||
def get_object(self, id): ...
|
||||
def get_task_items(self): ...
|
||||
def get_task_products(self): ...
|
||||
def had_error_processing_elements(self): ...
|
||||
def initialize(self) -> bool:
|
||||
"""Return true if the iterator is initialized with any elements, false otherwise."""
|
||||
@@ -1034,6 +1036,15 @@ class geom_item(item):
|
||||
matrix: Any
|
||||
surface_style: Any
|
||||
|
||||
class geometry_conversion_result:
|
||||
breps: Any
|
||||
elements: Any
|
||||
index: Any
|
||||
item: Any
|
||||
products: Any
|
||||
products_2: Any
|
||||
representation: Any
|
||||
|
||||
class geometry_exception:
|
||||
def what(self): ...
|
||||
|
||||
@@ -1046,6 +1057,8 @@ class gradient_function(function_item):
|
||||
def kind(self): ...
|
||||
def start(self): ...
|
||||
|
||||
class equal_functor: ...
|
||||
class hash_functor: ...
|
||||
class horizontal_plan_at_element: ...
|
||||
class implicit_item(geom_item): ...
|
||||
|
||||
@@ -1111,6 +1124,7 @@ class loop:
|
||||
fi: Any
|
||||
def calc_hash(self): ...
|
||||
def calculate_linear_edge_curves(self): ...
|
||||
def centroid(self): ...
|
||||
@property
|
||||
def children(self): ...
|
||||
def clone_(self): ...
|
||||
@@ -1274,6 +1288,7 @@ class select_type(declaration):
|
||||
class shell:
|
||||
closed: Any
|
||||
def calc_hash(self): ...
|
||||
def centroid(self): ...
|
||||
@property
|
||||
def children(self): ...
|
||||
def clone_(self): ...
|
||||
@@ -1566,6 +1581,7 @@ def clear_schemas(): ...
|
||||
def construct_iterator_with_include_exclude(geometry_library, settings, file, elems, include, num_threads): ...
|
||||
def construct_iterator_with_include_exclude_globalid(geometry_library, settings, file, elems, include, num_threads): ...
|
||||
def construct_iterator_with_include_exclude_id(geometry_library, settings, file, elems, include, num_threads): ...
|
||||
def convert_loop_to_function_item(loop): ...
|
||||
def create_box(*args): ...
|
||||
def create_epeck(*args): ...
|
||||
def create_shape(*args): ...
|
||||
|
||||
Reference in New Issue
Block a user