Skip to content

BarPlacementFilter

Canonical path: Utils.ElementFilter.ReinforcementElementsFilterUtil.BarPlacementFilter

Bases: BaseFilterObject

implementation of the bar placement filter

__call__

__call__(element: BaseElementAdapter) -> bool

execute the filtering

Parameters:

Returns:

  • bool

    element fulfills the filter: True/False

__init__

__init__(placement_type: GUID)

initialize

Parameters:

  • placement_type (GUID) –

    placement type

Placeholder