Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / doc / salome / gui / SMESH / input / constructing_submeshes.doc
1 /*!
2
3 \page constructing_submeshes_page Constructing submeshes
4
5 \n Construction of a submesh consists of:
6 <ul>
7 <li>Selecting a mesh which will encapsulate your submesh</li>
8 <li>Selecting a geometrical object for meshing</li>
9 <li>Applying one or several previously described 
10 \ref about_hypo_page "hypotheses" and 
11 \ref basic_meshing_algos_page "meshing algorithms" which will be used
12 at computation of this submesh</li>
13 </ul>
14
15 <br><em>To construct a submesh:</em>
16 \par
17 From the \b Mesh menu select <b>Local Hyp.</b> or click <em>"Create
18 Sum-mesh"</em> button in the toolbar.
19
20 \image html image33.gif
21 <center><em>"Create Sum-mesh" button</em></center>
22
23 \par
24 The following dialog box will appear:
25
26 \image html createmesh-inv2.png
27
28 \par
29 It allows to define the \b Name, the parent \b Mesh and the \b
30 Geometry (e.g. a face if the parent mesh has been built on box) of the
31 submesh. You can define algorithms and hypotheses in the same way as
32 in \ref constructing_meshes_page "Create mesh" menu.
33
34 \par
35 In the Object Browser the structure of the new submesh will be
36 displayed as follows:
37
38 \image html image10.jpg
39
40 \par
41 It contains:
42 <ul>
43 <li>a reference to the geometrical object on the basis of which the submesh has been constructed;</li>
44 <li><b>Applied hypotheses</b> folder containing the references to the
45 hypotheses applied to the construction of the submesh;</li>
46 <li><b>Applied algorithms</b> folder containing the references to the
47 algorithms applied to the construction of the submesh.</li>
48 </ul>
49
50 <br><b>See Also</b> a sample TUI Script of a 
51 \ref tui_construction_submesh "Construct Submesh" operation.
52
53 */