From 1e6d2366ce9b1b6c28dea46d6223a1a77f700203 Mon Sep 17 00:00:00 2001 From: mpv Date: Wed, 26 Dec 2018 15:18:34 +0300 Subject: [PATCH] Fix for the issue #2808 : update users guide. --- src/CollectionPlugin/doc/groupFeature.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CollectionPlugin/doc/groupFeature.rst b/src/CollectionPlugin/doc/groupFeature.rst index ccb658d4d..5b7923c7d 100644 --- a/src/CollectionPlugin/doc/groupFeature.rst +++ b/src/CollectionPlugin/doc/groupFeature.rst @@ -2,7 +2,7 @@ Group ===== -A groups is a set of geometrical entities created by selection. +A group is a set of geometrical entities created by selection of sub-shapes of the same type. To create a Group in the active part: #. select in the Main Menu *Features - > Group* item or @@ -45,7 +45,7 @@ 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. -- 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. +- 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**: *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")])* -- 2.39.2