Salome HOME
Issue: 0020935: A group created with a type of element criteria is empty
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_filters.doc
1 /*!
2
3 \page filters_page About filters
4
5 \b Filters allows to pick only those mesh elements which satisfy to
6 specific condition or set of conditions. Filters can be used to create
7 or edit mesh groups, remove elements from the mesh object, control
8 mesh quality by different parameters, etc.
9
10 Several filters can be combined together by using logical operators \a
11 AND and \a OR. In addition, applied filter criterion can be reverted
12 using logical operator \a NOT.
13
14 Mesh filters use the functionality of \ref quality_page "mesh quality controls"
15 to filter mesh nodes / elements by specific characteristic (Area, Length, etc).
16
17 The functinality of mesh filters is available in both GUI and TUI
18 modes:
19
20 - In GUI, filters are available in some dialog boxes via an additional
21 "Set Filtes" button, clicking on which opens specific dialog box
22 allowing to specify the list of filter criterions to be applied to the
23 current selection. Follow to the \subpage selection_filter_library_page page to learn more
24 about selection filters and their usage in GUI.
25
26 - In Python scripts, filters can be used to choose only some of mesh
27   enitities (nodes and/or elements) for the operations which require
28   list of the entities as input parameter (create/modify group, remove
29   nodes/elements, etc). The page \ref tui_filters_page provides
30   examples of the filters usage in the Python scripts.
31
32 */