]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/CollectionPlugin/doc/groupFeature.rst
Salome HOME
Issue #2957: Provide help page for Selection by filters
[modules/shaper.git] / src / CollectionPlugin / doc / groupFeature.rst
index 5944cdadc70ec425166212e0cb2c724a2ec314fd..436653e025dff401143fe450f7142eabed7385f0 100644 (file)
@@ -1,4 +1,9 @@
 .. |shape_group.icon|    image:: images/shape_group.png
+.. |plus.icon|  image:: images/add.png
+.. |minus.icon|  image:: images/reverce.png
+.. |delete.icon|  image:: images/delete.png
+
+.. _groupPage:
 
 Group
 =====
@@ -40,8 +45,13 @@ Input fields:
  
 - The list of selected entities of the given type.  Multiple selection can be done manually in OCC 3D Viewer by mouse click with Shift button pressed or by rectangle selection. To delete entities from the list, select them and call pop-up menu *Delete* item.
 
+- **Selection by filters** button opens "selection by filters" property panel and allows to select entities by set of selected filters. For details on filters see :ref:`filtersPlugin`
+
+- **Show only** button allows to hide all other objects and shapes and show only selected ones.
+
 - Control **Add elements that share the same topology** allows to add automatically all elements laying on the same topology that was selected and remove these elements if they have disappeared due to the parametrical update. They will be represented as one line in the list of selection and managed in the viewer as one object if this flag is enabled. If flag becomes disabled when such elements are already in the list, they will become divided in one line per one shape.
 
+
 **TUI Command**:
 
 .. py:function:: model.addGroup(Part_1_doc, [model.selection("EDGE", "Cone_1_1/Face_1&Cone_1_1/Face_2"), model.selection("EDGE", "Cone_1_1/Face_1")])