mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
getTotalInverses -> get_total_inverses_by_id
Rename method to avoid confusion with get_total_inverses
This commit is contained in:
@@ -880,7 +880,7 @@ class file:
|
||||
|
||||
def getInverse(self, instance_id, type, attribute_index): ...
|
||||
def getMaxId(self): ...
|
||||
def getTotalInverses(self, instance_id): ...
|
||||
def get_total_inverses_by_id(self, instance_id: int) -> int: ...
|
||||
def getUnit(self, unit_type): ...
|
||||
def get_inverse(self, e: entity_instance) -> tuple[entity_instance, ...]: ...
|
||||
def get_inverse_indices(self, *args: Union[entity_instance, int]) -> tuple[int, ...]:
|
||||
|
||||
Reference in New Issue
Block a user