Salome HOME
Merge from V6_5_BR 05/06/2012
[modules/smesh.git] / doc / salome / gui / SMESH / input / double_nodes_page.doc
1 /*!
2
3 \page double_nodes_page Duplicate Nodes
4
5 \n This operation allows to duplicate nodes of your mesh, which can be
6 useful to emulate a crack in the model.
7 Duplication consists in replacement of an existing mesh element by another one.
8 Lower level elements of the duplicated ones are cloned automatically. 
9
10 <em>To duplicate nodes:</em>
11 <ol>
12 <li>From the \b Modification menu choose \b Transformation -> \b Duplicate
13 \b Nodes item or click <em>"Duplicate Nodes"</em> button in the toolbar.
14 <br>
15 \image html duplicate_nodes.png "Duplicate Nodes button"
16 </li>
17 <li>Check in the dialog box one of two radio buttons corresponding to
18 the type of nodes duplication operation you would like to perform.</li>
19 <li>Fill the other fields available in the dialog box (depends on the chosen
20  operation mode).</li>
21 <li>Click the \b Apply or <b>Apply and Close</b> button to perform the operation of nodes
22  duplication.</li>
23 </ol>
24
25 \n "Duplicate Nodes" dialog has two working modes:
26 <ul>
27 <li>\ref mode_without_elem_anchor "Without the duplication of border elements"</li>
28 <li>\ref mode_with_elem_anchor "With the duplication of border elements"</li>
29 </ul>
30
31 <br>
32 \anchor mode_without_elem_anchor
33 <h2>Without duplication of border elements</h2>
34
35 In this mode the dialog looks like:
36
37 \image html duplicate01.png
38
39 Parameters to be defined in this mode:
40 <ul>
41 <li><b>Group of nodes to duplicate</b> (<em>mandatory</em>): these nodes will be duplicated.</li>
42 <li><b>Group of elements to replace nodes with new ones</b> (<em>optional</em>): the duplicated nodes
43  will be associated with these elements.</li>
44 <li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>): 
45  if checked - the group with just created nodes will be built.</li>
46 </ul>
47
48 <br>
49 \anchor mode_with_elem_anchor
50 <h2>With duplication of border elements</h2>
51
52 In this mode the dialog looks like:
53
54 \image html duplicate02.png
55
56 Parameters to be defined in this mode:
57 <ul>
58 <li><b>Group of elements to duplicate</b> (<em>mandatory</em>): these elements will be duplicated.</li>
59 <li><b>Group of nodes at not to duplicate</b> (<em>optional</em>): group of nodes at crack bottom
60  which will not be duplicated.</li>
61 <li><b>Group of elements to replace nodes with new ones</b> (<em>mandatory</em>): the duplicated nodes
62  will be associated with these elements.</li>
63 <li><b>Construct group with newly created elements</b> option (<em>checked by default</em>): 
64  if checked - the group of just created elements will be built.</li>
65 <li><b>Construct group with newly created nodes</b> option (<em>checked by default</em>): 
66  if checked - the group of just created nodes will be built.</li>
67 </ul>
68
69
70 <br><b>See Also</b> a sample TUI Script of a \ref tui_duplicate_nodes "Duplicate nodes" operation.
71
72 */