Salome HOME
ce5f3ce505e578a40cc03b60814cc0cb98ced66f
[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. However, it does not use geometry or hypotheses of the initial meshes. 
8 The links between the input meshes and the compound mesh are not
9 supported, consequently the modification of an input mesh does not lead to
10 the 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 to 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 \em Group1 of \em Mesh_1 and \em
36       Group1 of \em Mesh_2 become the elements of \em Group1 of the
37       \em Compound_Mesh, or</li>
38       <li>\b Renamed - \em Group1 of \em Mesh_1 becomes \em Group1_1
39       and \em Group1 of \em Mesh_2 becomes \em Group1_2.</li>
40     </ul>
41     See \ref grouping_elements_page "Creating Groups" for more information
42     about groups.</li>
43   <li><b>Create groups from input objects</b> check-box permits to
44     automatically create groups corresponding to every initial mesh.
45
46 \image html buildcompound_groups.png "Groups created from input meshes 'Box_large' and 'Box_small'"
47
48   <p></li>
49   <li>You can choose to additionally
50     \ref merging_nodes_page "Merge coincident nodes" 
51     \ref merging_elements_page "and elements" in the compound mesh, in
52     which case it is possible to define the \b Tolerance for this
53     operation.</li>
54 </ul>
55
56 \image html image160.gif "Example of a compound of two meshed cubes"
57
58 <b>See Also</b> a sample
59 \ref tui_building_compound "TUI Example of building compounds."
60 */