]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix for the issue #2808 : Documentation on the "Groups" panel. Added description...
authormpv <mpv@opencascade.com>
Thu, 29 Nov 2018 13:05:12 +0000 (16:05 +0300)
committermpv <mpv@opencascade.com>
Thu, 29 Nov 2018 13:05:27 +0000 (16:05 +0300)
src/CollectionPlugin/doc/groupFeature.rst
src/CollectionPlugin/doc/images/group_property_panel.png
src/ModelAPI/CMakeLists.txt

index 0ff1eefb3646d319e1d10eb58940ac22416b635c..ccb658d4de8e72eb398e5f674cd99538dd937589 100644 (file)
@@ -43,10 +43,9 @@ Input fields:
          :align: left         
     Solids;
  
-- 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.
+- 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.
 
+- 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 are 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**: *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 4302628d381beaf2b88e6b5372428b9ac9d7cf64..1ae6dea67d541640fe0c36936b3704154f7957a7 100644 (file)
Binary files a/src/CollectionPlugin/doc/images/group_property_panel.png and b/src/CollectionPlugin/doc/images/group_property_panel.png differ
index 9c003d1a9b66280b59c4c76179efe1c57f1aac2a..d833a9670a0fc55f0fadd6a79b3e1ceb06081b02 100644 (file)
@@ -229,4 +229,5 @@ ADD_UNIT_TESTS(TestConstants.py
                TestGeomNamingRevolution.py
                TestGeomNamingEdgeByFilter.py
                TestGeomNamingSketchPlane.py
+               TestContainerSelector.py
 )