IfcParseWrapper - exclude instances_by_reference

As it does exactly the same as get_inverse()
This commit is contained in:
Andrej730
2025-06-17 12:43:41 +05:00
parent ff09cd0a56
commit 2e3c733c0d
2 changed files with 2 additions and 1 deletions
@@ -942,7 +942,6 @@ class file:
@property
def header(self) -> IfcSpfHeader: ...
def ifcroot_type(self) -> entity: ...
def instances_by_reference(self, id): ...
def internal_guid_map(self): ...
def load(self, entity_instance_name, entity, arg4, attribute_index): ...
def recalculate_id_counter(self): ...