Salome HOME
Update SMESH documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / grouping_elements.doc
index a9a636793ee52417effd09d4a048d2fdcd31a92c..f5c7fed67b091f83a1403ce5b78b796e7a99cb67 100644 (file)
@@ -2,13 +2,42 @@
 
 \page grouping_elements_page Grouping elements
 
+In Mesh module it is possible to create groups of mesh elements:
+nodes, edges, faces or volumes:
 <ul>
-<li>\subpage creating_groups_page</li>
-<li>\subpage editing_groups_page</li>
-<li>\subpage using_operations_on_groups_page</li>
-<li>\subpage constructing_groups_of_specific_elements_page</li>
-<li>\subpage deleting_groups_page</li>
-<li>\subpage selection_filter_library_page</li>
+<li> by selecting the elements of the specified kind by their IDs or
+directly on the presentation in the VTK viewer - <b>Standalone
+group</b> tab of \subpage creating_groups_page "Create group"
+dialog.</li>
+<li> by creating a group of elements of the selected type from all
+such elements of the chosen geometrical object - <b>Group on
+geometry</b> tab of  \ref creating_groups_page "Create group" dialog.</li>
+
+<li> by creating a group including all types of elements from an
+existing geometrical object - using \subpage create_groups_from_geometry_page "Create Groups from Geometry" dialog.</li>
+
+<li> by creating several groups of elements (nodes,
+edges, faces and volumes) from the chosen submesh - using <b>Mesh -> Construct
+Group</b> Menu item. In this case groups of elements are created
+automatically.</li>
+
+<li> by creating groups of entities from existing groups of superior
+dimensions - using \subpage group_of_underlying_elements_page "Create Group of Underlying Elements"
+dialog.</li>
+
 </ul>
 
+
+The created groups can be later:
+
+<ul>
+<li>\subpage editing_groups_page "Edited"</li>
+<li>\subpage using_operations_on_groups_page "Subjected to Boolean operations", or</li>
+<li>\subpage deleting_groups_page "Deleted"</li>
+</ul>
+
+An important tool, providing filters for creation of \b Standalone
+groups is  \subpage selection_filter_library_page</li>.
+
+
 */