Salome HOME
Redesign SALOME documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / group_of_underlying_elements.rst
1 .. _group_of_underlying_elements_page:
2
3 ************************************
4 Group Based on Nodes of Other Groups
5 ************************************
6
7
8 To create a standalone group of entities basing on nodes of existing reference groups, in the **Mesh** menu select **Group of underlying entities**.
9
10 The following dialog box will appear:
11
12 .. image:: ../images/dimgroup_dlg.png
13         :align: center
14
15 In this dialog box specify 
16
17         * the resulting **Group name**, 
18         * the **Elements Type** of entities of the resulting group,
19         * the criterion of inclusion of a mesh entity to the result group, which is **Number of common nodes** of the entity and the reference groups: 
20                 * **All** - include if all nodes are common;
21                 * **Main** - include if all corner nodes are common (meaningful for a quadratic mesh) 
22                 * **At least one** - include if one or more nodes are common
23                 * **Majority** - include if half or more nodes are common
24   
25         * select reference groups,
26         * If **Include underlying entities only** option is activated an entity can be included if it is based on nodes of one element of a reference group.
27
28
29 In the figure below, there are two reference Volume groups:
30
31 .. image:: ../images/dimgroup_src.png
32         :align: center
33
34 .. centered:: 
35         Reference groups
36
37 In this case the following results for Faces, Edges and Nodes are obtained:
38
39 .. image:: ../images/dimgroup_2d.png
40         :align: center
41
42 .. centered::
43         Faces
44
45 .. image:: ../images/dimgroup_1d.png
46         :align: center
47
48 .. centered::
49         Edges
50
51 .. image:: ../images/dimgroup_0d.png
52         :align: center
53
54 .. centered::
55         Nodes
56
57 **See Also** a sample TUI Script of a :ref:`tui_create_dim_group` operation.
58
59