3 \page constructing_submeshes_page Constructing submeshes
5 \n Construction of a submesh consists of:
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>
15 <br><em>To construct a submesh:</em>
17 From the \b Mesh menu select <b>Local Hyp.</b> or click <em>"Create
18 Sum-mesh"</em> button in the toolbar.
20 \image html image33.gif
21 <center><em>"Create Sum-mesh" button</em></center>
24 The following dialog box will appear:
26 \image html createmesh-inv2.png
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.
35 In the Object Browser the structure of the new submesh will be
38 \image html image10.jpg
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>
50 <br><b>See Also</b> a sample TUI Script of a
51 \ref tui_construction_submesh "Construct Submesh" operation.