Salome HOME
IMP 22264: EDF 2648 GEOM: Propagate edges automatic orientation
[modules/smesh.git] / doc / salome / gui / SMESH / input / about_filters.doc
index af52b4bac98aa201cab831119ac0864ebb7a29f2..d05b8f09a6f701863fb334c2e72eb6e9d56d16f8 100644 (file)
@@ -17,7 +17,7 @@ to filter mesh nodes / elements by specific characteristic (Area, Length, etc).
 The functinality of mesh filters is available in both GUI and TUI
 modes:
 
-- In GUI, filters are available in some dialog boxes via an additional
+- In GUI, filters are available in some dialog boxes via
 "Set Filters" button, clicking on which opens the dialog box
 allowing to specify the list of filter criteria to be applied to the
 current selection. See \subpage selection_filter_library_page page to learn more
@@ -26,6 +26,7 @@ about selection filters and their usage in GUI.
 - In Python scripts, filters can be used to choose only some mesh
   entities (nodes or elements) for the operations, which require the
   list of entities as input parameter (create/modify group, remove
-  nodes/elements, etc). The page \ref tui_filters_page provides
+  nodes/elements, etc) and for the operations, which accept objects as
+  as input parameter. The page \ref tui_filters_page provides
   examples of the filters usage in Python scripts.
 */