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