Salome HOME
f5c7fed67b091f83a1403ce5b78b796e7a99cb67
[modules/smesh.git] / doc / salome / gui / SMESH / input / grouping_elements.doc
1 /*!
2
3 \page grouping_elements_page Grouping elements
4
5 In Mesh module it is possible to create groups of mesh elements:
6 nodes, edges, faces or volumes:
7 <ul>
8 <li> by selecting the elements of the specified kind by their IDs or
9 directly on the presentation in the VTK viewer - <b>Standalone
10 group</b> tab of \subpage creating_groups_page "Create group"
11 dialog.</li>
12 <li> by creating a group of elements of the selected type from all
13 such elements of the chosen geometrical object - <b>Group on
14 geometry</b> tab of  \ref creating_groups_page "Create group" dialog.</li>
15
16 <li> by creating a group including all types of elements from an
17 existing geometrical object - using \subpage create_groups_from_geometry_page "Create Groups from Geometry" dialog.</li>
18
19 <li> by creating several groups of elements (nodes,
20 edges, faces and volumes) from the chosen submesh - using <b>Mesh -> Construct
21 Group</b> Menu item. In this case groups of elements are created
22 automatically.</li>
23
24 <li> by creating groups of entities from existing groups of superior
25 dimensions - using \subpage group_of_underlying_elements_page "Create Group of Underlying Elements"
26 dialog.</li>
27
28 </ul>
29
30
31 The created groups can be later:
32
33 <ul>
34 <li>\subpage editing_groups_page "Edited"</li>
35 <li>\subpage using_operations_on_groups_page "Subjected to Boolean operations", or</li>
36 <li>\subpage deleting_groups_page "Deleted"</li>
37 </ul>
38
39 An important tool, providing filters for creation of \b Standalone
40 groups is  \subpage selection_filter_library_page</li>.
41
42
43 */