/*!
\page building_compounds_page Building Compounds
\n Compound Mesh is a combination of several meshes.
To Build a compound:
\par
From the \b Mesh menu select Build Compound or click "Build
Compound Mesh" button in the toolbar.
\image html image161.png
"Build Compound Mesh" button
\par
The following dialog box will appear:
\image html buildcompound.png
\par
- \b Name - allows selecting the name of the resulting \b Compound.
- \b Meshes - allows selecting the meshes which will be
concatenated. They can be chosen in the Object Browser while holding
\b Ctrl button.
- Processing identical groups - allows selecting the method
of processing the namesake existing on the united meshes.
\n They can be either
- \b United - all elements of Group1 on Mesh_1 and Group1 on Mesh_2
become the elements of Group1 on the Compound_Mesh, or
- \b Renamed - Group1 on Mesh_1 becomes Group1_1 and Group1 on Mesh_2
becomes Group1_2. See \ref grouping_elements_page "Creating Groups"
for more information about groups.
- Create common groups for initial meshes checkbox permits to
automatically create groups of all elements of the same type
(nodes, edges, faces and volumes) for the resulting mesh from the
elements
of the initial meshes.
- You can simply unite meshes or choose to Merge coincident nodes
and elements, in which case it is possible to define the \b Tolerance
for this operation.
\image html image160.gif "Example of a compound of two meshed cubes"
See Also a sample
\ref tui_building_compound "TUI Example of building compounds."
*/