Salome HOME
Merge branch V7_3_1_BR
[modules/smesh.git] / doc / salome / gui / SMESH / input / use_existing_algos.doc
1 /*!
2
3 \page import_algos_page "Import Elements from Another Mesh" Algorithms
4
5 \n <em>Import nD Elements from Another Mesh </em>algorithms allow to
6 define the mesh of a geometrical 
7 object by importing suitably located mesh elements from another
8 mesh. The mesh elements to import from the other mesh should be contained in
9 groups. If several groups are used to mesh the same geometry, validity of
10 nodal connectivity of result mesh must be assured by connectivity of
11 the source mesh; no geometrical checks are performed to merge
12 different nodes at same locations.
13 <br> The source elements must totally cover the meshed geometry.
14 The source elements lying partially over the geometry will not be used.
15 <br>
16 These algorithms can be used to mesh a very complex geometry part by
17 part, by storing meshes of parts in files and then fusing them
18 together using these algorithms.
19 <br>
20
21 <b>Import 1D Elements from Another Mesh</b> algorithm allows to define
22 the mesh of a geometrical edge (or group of edges)
23 by importing mesh edges contained in a group (or groups) from another mesh.
24 <br> 
25 To apply this algorithm select the edge to be meshed (indicated in
26 the field \b Geometry of <b>Create mesh</b> dialog box),
27 <b>Import 1D Elements from Another Mesh</b> in the list of 1D
28 algorithms and click the <em>"Add Hypothesis"</em> button.
29 The following dialog box will appear:
30
31 \image html hyp_source_edges.png
32
33 In this dialog box you can define 
34 <ul>
35 <li>The \b Name of the algorithm. </li>
36 <li>The <b>Groups of Edges</b> to import 1D elements from.
37 <li><b>To copy mesh</b> checkbox allows to import not only the edges of
38 the selected <b>Groups of Edges</b>, but the whole source
39 mesh. In this case <b>To copy groups</b> checkbox allows to create
40 the same groups as in the imported source mesh.</li>
41 </ul>
42
43 <b>Import 1D-2D Elements from Another Mesh</b> algorithm allows to define
44 the mesh of a geometrical face (or group of faces) 
45 by importing mesh faces contained in a group (or groups) from another
46 (or this) mesh. 1D elements on the boundary of the geometrical face
47 (if not yet present) are also created by the algorithm in conformity 
48 with the created 2D elements.<br>
49 To apply this algorithm select the geometrical face to be meshed (indicated in
50 the field \b Geometry of <b>Create mesh</b> dialog box),
51 <b>Import 1D-2D Elements from Another Mesh</b> in the list of 2D
52 algorithms and click the <em>"Add Hypothesis"</em> button.
53 The following dialog box will appear:
54
55 \image html hyp_source_faces.png
56
57 In this dialog box you can define 
58 <ul>
59 <li>The \b Name of the algorithm. </li>
60 <li>The <b>Groups of Faces</b> to import 2D elements from.
61 <li><b>To copy mesh</b> checkbox allows to import not only the faces of
62 the selected <b>Groups of Faces</b>, but the whole source
63 mesh. In this case <b>To copy groups</b> checkbox allows to create
64 the same groups as in the imported source mesh.</li>
65 </ul>
66
67 <br><b>See Also</b> a sample TUI Script of a 
68 \ref tui_import "Import 2D Elements from Another Mesh".
69
70 */
71