Salome HOME
5364a8eb96fb513cbedc81a8de84a1738f402244
[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 \subpage creating_groups_page "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 group</b> tab of <b>Create group</b>
10 dialog.</li>
11 <li> by creating a group of elements of the selected type from all
12 such elements of the chosen geometrical object - <b>Group on
13 geometry</b> tab of <b>Create group</b> dialog.</li>
14
15 <li> by creating a group including all types of elements from an
16 existing geometrical object - using subpage create_groups_from_geometry_page "Create Groups from Geometry" dialog.</li>
17
18 <li> by creating several groups of elements (nodes,
19 edges, faces and volumes) from the chosen submesh - using <b>Mesh -> Construct
20 Group</b> Menu item. In this case groups of elements are created
21 automatically.</li>
22
23 <li> by creating groups of entities from existing groups of superior
24 dimensions - using subpage group_of_underlying_elements_page "Create Group of Underlying Elements"
25 dialog.</li>
26
27 </ul>
28
29
30 The created groups can be later:
31
32 <ul>
33 <li>\subpage editing_groups_page "Edited"</li>
34 <li>\subpage using_operations_on_groups_page "Subjected to Boolean operations", or</li>
35 <li>\subpage deleting_groups_page "Deleted"</li>
36 </ul>
37
38 An important tool, providing filters for creation of \b Standalone
39 groups is  \subpage selection_filter_library_page</li>.
40
41
42 */