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