Salome HOME
Fix MA construction
[modules/smesh.git] / doc / salome / gui / SMESH / input / building_compounds.doc
1 /*!
2
3 \page building_compounds_page Building Compound Meshes
4
5 \n Compound Mesh is a combination of several meshes. All elements and
6 groups present in input meshes are present in the compound
7 mesh. Neither geometry nor hypotheses of initial meshes are used by
8 the compound mesh. No link between input meshes and a compound mesh is
9 supported, so that modification of an input mesh does not lead to
10 update of the compound mesh.
11
12 <em>To Build a compound mesh:</em>
13
14 \par
15 From the \b Mesh menu select <b>Build Compound</b> or click <em>"Build
16   Compound Mesh"</em> button in the toolbar.
17
18 \image html image161.png
19 <center><em>"Build Compound Mesh" button</em></center>
20
21 \par
22 The following dialog box will appear:
23
24 \image html buildcompound.png
25
26 \par
27 <ul>
28   <li>\b Name - allows selecting the name of the resulting \b Compound mesh.</li>
29   <li><b>Meshes, sub-meshes, groups</b> - allows selecting the meshes,
30     sub-meshes and groups which will be concatenated. They can be
31     chosen in the Object Browser while holding \b Ctrl button.</li>
32   <li><b>Processing identical groups</b> - allows selecting the method
33     of processing the namesake groups existing in the input meshes.
34     They can be either <ul>
35       <li>\b United - all elements of Group1 of Mesh_1 and Group1 of Mesh_2
36         become the elements of Group1 of the Compound_Mesh, or</li>
37       <li>\b Renamed - Group1 of Mesh_1 becomes Group1_1 and Group1 of Mesh_2
38         becomes Group1_2.</li>
39     </ul>
40     See \ref grouping_elements_page "Creating Groups" for more information
41     about groups.</li>
42   <li><b>Create groups from input objects</b> check-box permits to
43     automatically create groups corresponding to every initial mesh.
44
45 \image html buildcompound_groups.png "Groups created from input meshes 'Box_large' and 'Box_small'"
46
47   <p></li>
48   <li>You can choose to additionally
49     \ref merging_nodes_page "Merge coincident nodes" 
50     \ref merging_elements_page "and elements" in the compound mesh, in
51     which case it is possible to define the \b Tolerance for this
52     operation.</li>
53 </ul>
54
55 \image html image160.gif "Example of a compound of two meshed cubes"
56
57 <b>See Also</b> a sample
58 \ref tui_building_compound "TUI Example of building compounds."
59 */