Show occurrences in spatial manager decomposed elements

Example - https://imgur.com/a/PNFUbv0
This commit is contained in:
Andrej730
2024-08-27 18:25:17 +05:00
parent fc04c6e41e
commit 760816b7f0
6 changed files with 102 additions and 41 deletions
+2 -2
View File
@@ -141,8 +141,8 @@ def delete_container(
spatial.import_spatial_decomposition()
def toggle_container_element(spatial: tool.Spatial, ifc_class: str) -> None:
spatial.toggle_container_element(ifc_class)
def toggle_container_element(spatial: tool.Spatial, element_index: int) -> None:
spatial.toggle_container_element(element_index)
spatial.load_contained_elements()