SurfaceElementPropertiesFilterImpl
Canonical path: Utils.ElementFilter.SurfaceElementPropertiesFilter.SurfaceElementPropertiesFilterImpl
Bases: BaseFilterObject
Filter for element properties
Methods:
-
__call__–Execute the filtering
-
__init__–Initialize
-
__str__–String representation of the filter
-
to_info_string–String representation of the filter for info
__call__
__call__(element: BaseElementAdapter) -> bool
Execute the filtering
Parameters:
-
element(BaseElementAdapter) –element to be filtered
Returns:
-
bool–element fulfills the filter: True/False
Placeholder