HideElementsService
implementation of the hide elements service
HideElementsService
Canonical path: Utils.HideElementsService.HideElementsService
implementation of the hide elements service
get_hidden_geo_elements
property
get the geometry of the hidden elements
Returns:
-
list[Any]
–elements
hidden_elements
property
hidden_elements: list[BaseElementAdapter]
hide_arch_ground_view_elements
hide_arch_ground_view_elements(arch_ele: BaseElementAdapter)
hide the architecture ground view elements
Parameters:
-
arch_ele
(BaseElementAdapter
) –architecture element
hide_element
hide_element(element: BaseElementAdapter)
hide_element_and_linked
hide_element_and_linked(element: BaseElementAdapter)
hide the element, the children and the linked elements
Parameters:
-
element
(BaseElementAdapter
) –element to hide
Placeholder