X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=doc%2Fsalome%2Fgui%2FSMESH%2Finput%2Fabout_filters.doc;h=f331fa4be3bb4aa521de3c7884b501ae093e06eb;hb=762641c5edac12dcbb64246bef97a34cf39e1f45;hp=d05b8f09a6f701863fb334c2e72eb6e9d56d16f8;hpb=bbca2cb797c37bb7695d3f35490bcd328fbddd4e;p=modules%2Fsmesh.git diff --git a/doc/salome/gui/SMESH/input/about_filters.doc b/doc/salome/gui/SMESH/input/about_filters.doc index d05b8f09a..f331fa4be 100644 --- a/doc/salome/gui/SMESH/input/about_filters.doc +++ b/doc/salome/gui/SMESH/input/about_filters.doc @@ -11,7 +11,7 @@ Several criteria can be combined together by using logical operators \a AND and \a OR. In addition, applied filter criterion can be reverted using logical operator \a NOT. -Mesh filters use the functionality of \ref quality_page "mesh quality controls" +Some filtering criteria use the functionality of \ref quality_page "mesh quality controls" to filter mesh nodes / elements by specific characteristic (Area, Length, etc). The functinality of mesh filters is available in both GUI and TUI @@ -26,7 +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) and for the operations, which accept objects as + nodes/elements, etc) and for the operations, which accept objects as input parameter. The page \ref tui_filters_page provides examples of the filters usage in Python scripts. */