]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #2957: Edit help pages according to last changes
authorvsv <vsv@opencascade.com>
Tue, 30 Jul 2019 14:01:09 +0000 (17:01 +0300)
committervsv <vsv@opencascade.com>
Tue, 30 Jul 2019 14:01:37 +0000 (17:01 +0300)
src/CollectionPlugin/doc/groupFeature.rst
src/CollectionPlugin/doc/images/group_property_panel.png
src/CollectionPlugin/doc/images/selection_by_filters.png [new file with mode: 0644]
src/SketchPlugin/doc/SketchPlugin.rst
src/SketchPlugin/doc/images/SketchPanel.png

index 5944cdadc70ec425166212e0cb2c724a2ec314fd..c5f6bf1b9ddf36b10620105ffbb92880360f50a9 100644 (file)
@@ -40,8 +40,22 @@ 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.
+
+- **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.
 
+**Selection by filters**
+
+If user press this button then following property panel will be opened.
+
+.. image:: images/selection_by_filters.png
+  :align: center
+
+.. centered::
+  Selection by filters property panel
+
 **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")])
index 1ae6dea67d541640fe0c36936b3704154f7957a7..bdc6edb15a9e01e59126ae65d2b4cd28d93926d2 100644 (file)
Binary files a/src/CollectionPlugin/doc/images/group_property_panel.png and b/src/CollectionPlugin/doc/images/group_property_panel.png differ
diff --git a/src/CollectionPlugin/doc/images/selection_by_filters.png b/src/CollectionPlugin/doc/images/selection_by_filters.png
new file mode 100644 (file)
index 0000000..c4ac7ee
Binary files /dev/null and b/src/CollectionPlugin/doc/images/selection_by_filters.png differ
index ce7b6fd1920467a943cc0457e7826acf463c0bfe..f60148a465d1272a4823c3c24dca2cf1a41827cc 100644 (file)
@@ -48,6 +48,8 @@ After the plane for sketch is selected, the following property panel will be ope
 - **Show geometrical constraints** check box - displays/hides geometrical constraints:
 - **Show dimensional constraints** check box - displays/hides dimensional constraints; 
 - **Show existing expressions** check box - displays/hides expressions.
+- **Show free points** check box - highlights free points in the current sketch if it is checked.
+- **Change sketch plane** button - allows to change working plane of the current sketch.
 
 Now it is possible to:
 
index c22a957b922ca0cd4d302d14c7367ce6311ccc2d..b2ac3f362794b1185f623727d95c91aa9fbefa73 100644 (file)
Binary files a/src/SketchPlugin/doc/images/SketchPanel.png and b/src/SketchPlugin/doc/images/SketchPanel.png differ