Salome HOME
5905565d54f36f5612ad92109f987f6cf0da1526
[modules/smesh.git] / doc / salome / gui / SMESH / input / building_compounds.doc
1 /*!
2
3 \page building_compounds_page Building Compounds
4
5 \n Compound Mesh is a combination of several meshes.
6
7 <em>To Build a compound:</em>
8
9 \par
10 From the \b Mesh menu select <b>Build Compound</b> or click <em>"Build
11 Compound Mesh"</em> button in the toolbar.
12
13 \image html image161.gif
14 <center><em>"Build Compound Mesh" button</em></center>
15
16 \par
17 The following dialog box will appear:
18
19 \image html buildcompound.png
20
21 \par
22 <ul>
23 <li>\b Name - allows selecting the name of the resulting \b Compound.</li>
24 <li>\b Meshes - allows selecting the meshes which will be
25 concatenated. They can be chosen in the Object Browser while holding
26 \b Ctrl button.</li>
27 <li><b>Processing identical groups</b> - allows selecting the method
28 of processing the namesake existing on the united meshes.
29 \n They can be either</li>
30 <ul>
31 <li>\b United - all elements of Group1 on Mesh_1 and Group1 on Mesh_2
32 become the elements of Group1 on the Compound_Mesh, or</li>
33 <li>\b Renamed - Group1 on Mesh_1 becomes Group1_1 and Group1 on Mesh_2
34 becomes Group1_2. See \ref grouping_elements_page "Creating Groups"
35 for more information about groups.</li>
36 </ul>
37 <li>You can simply unite meshes or choose to <b>Merge coincident nodes
38 and elements</b>, in which case it is possible to define the \b Tolerance
39 for this operation.</li>
40 </ul>
41
42 \n <b>Example:</b>
43
44 \image html image160.gif
45
46 */