Salome HOME
22874: [CEA 1425] Performance SMESH Module
[modules/smesh.git] / doc / salome / gui / SMESH / input / group_of_underlying_elements.doc
1 /*!
2
3 \page group_of_underlying_elements_page Create Group of Underlying Elements
4
5
6 To create groups of entities from existing groups of superior dimensions, in the \b Mesh menu select <b>Group of underlying entities</b>.<br>
7
8 The following dialog box will appear:
9
10 \image html dimgroup_dlg.png
11
12 In this dialog box specify the name of the resulting group, types of entities and set of source groups.
13
14 In the figure below, there are two source Volume groups:
15
16 \image html dimgroup_src.png
17 <center>Source groups</center>
18
19 In this case the following results for Faces, Edges and Nodes are obtained: 
20
21 \image html dimgroup_2d.png
22 <center>Faces</center>
23
24 \image html dimgroup_1d.png
25 <center>Edges</center>
26
27 \image html dimgroup_0d.png
28 <center>Nodes</center>
29
30 <b>See Also</b> a sample TUI Script of a 
31 \ref tui_create_dim_group "Creating groups of entities from existing groups of superior dimensions"
32 operation.
33
34 */