mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:59:59 +00:00
Show occurrences in spatial manager decomposed elements
Example - https://imgur.com/a/PNFUbv0
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user