Salome HOME
Redesign SALOME documentation
[modules/smesh.git] / doc / salome / gui / SMESH / input / building_compounds.rst
1 .. _building_compounds_page:
2
3 ************************
4 Building Compound Meshes
5 ************************
6
7 Compound Mesh is a combination of several meshes. All elements and groups present in input meshes are present in the compound 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 supported, consequently the modification of an input mesh does not lead to the update of the compound mesh.
9
10 **To Build a compound mesh:**
11
12 From the **Mesh** menu select **Build Compound** or click **"Build Compound Mesh"** button in the toolbar.
13
14         .. image:: ../images/image161.png
15                 :align: center
16
17 **"Build Compound Mesh" button**
18
19
20 The following dialog box will appear:
21
22         .. image:: ../images/buildcompound.png
23                 :align: center
24
25         * **Name** - allows selecting the name of the resulting **Compound** mesh.
26         * **Meshes, sub-meshes, groups** - allows selecting the meshes, sub-meshes and groups to be concatenated. They can be chosen in the Object Browser while holding **Ctrl** button.
27         * **Processing identical groups** - allows selecting the method of processing the namesake groups existing in the input meshes. They can be either 
28
29                 * **United** - all elements of **Group1** of **Mesh_1** and **Group1** of **Mesh_2** become the elements of **Group1** of the **Compound_Mesh**, or
30                 * **Renamed** - **Group1** of **Mesh_1** becomes **Group1_1** and **Group1** of **Mesh_2** becomes **Group1_2**.
31     
32                 See :ref:`grouping_elements_page` for more information about groups.
33         * **Create groups from input objects** check-box permits to automatically create groups corresponding to every initial mesh.
34
35         .. image:: ../images/buildcompound_groups.png
36                 :align: center
37
38         .. centered:: 
39                 "Groups created from input meshes 'Box_large' and 'Box_small'"
40
41         * You can choose to additionally :ref:`merging_nodes_page`, :ref:`merging_elements_page` in the compound mesh, in which case it is possible to define the **Tolerance** for this operation.
42
43         .. image:: ../images/image160.gif
44                 :align: center
45
46         .. centered::
47                 "Example of a compound of two meshed cubes"
48
49 **See Also** a sample :ref:`tui_building_compound`.