This commit is contained in:
Andrej730
2025-01-28 14:59:01 +05:00
parent 7b94a8d1f5
commit c0306fc729
4 changed files with 10 additions and 2 deletions
@@ -226,6 +226,9 @@ class file:
units: dict[str, entity_instance] = {}
history_size: int = 64
to_delete: Union[set[ifcopenshell.entity_instance], None] = None
"""Entities for batch removal."""
def __init__(
self,
f: Optional[ifcopenshell_wrapper.file] = None,