bim.edit_container_attributes - remove deprecated operator

Currently you can edit container name directly from spatial manager, so this operator is no longer needed (and it also was missing from UI either way).
This commit is contained in:
Andrej730
2025-02-24 12:28:20 +05:00
parent 076a6c152d
commit e79a85a4fd
5 changed files with 0 additions and 27 deletions
-5
View File
@@ -121,11 +121,6 @@ def import_spatial_decomposition(spatial: tool.Spatial) -> None:
spatial.import_spatial_decomposition()
def edit_container_attributes(spatial: tool.Spatial, entity: ifcopenshell.entity_instance) -> None:
spatial.edit_container_attributes(entity)
spatial.import_spatial_decomposition()
def contract_container(spatial: tool.Spatial, container: ifcopenshell.entity_instance) -> None:
spatial.contract_container(container)
spatial.import_spatial_decomposition()