Salome HOME
0c0f34d73e2a16d57a1cd7b59dba834a376291c7
[modules/smesh.git] / doc / salome / gui / SMESH / input / renumbering_nodes_and_elements.doc
1 /*!
2
3 \page renumbering_nodes_and_elements_page Renumbering nodes and elements
4
5 \n In MESH you can renumber the nodes and elements of your mesh.
6
7 <ul>
8 <li>\ref renumbering_nodes_anchor "Nodes"</li>
9 <li>\ref renumbering_elements_anchor "Elements"</li>
10 </ul>
11
12 <br>
13 \anchor renumbering_nodes_anchor
14 <h2>Renumbering nodes</h2>
15
16 <em>To renumber the nodes of your mesh:</em>
17 <ol>
18 <li>In the \b Modification menu select \b Renumbering submenu and
19 choose the \b Nodes item or click <em>"Renumbering nodes"</em> button
20 in the toolbar.
21
22 \image html image63.png
23 <center><em>"Renumbering nodes" button</em></center>
24
25 The following dialog box will appear:
26
27 \image html renumbernodes.png
28 </li>
29
30 <li>Fill the \b Mesh field by selecting your mesh in the Object
31 Browser or in the 3D viewer.</li>
32 <li>Click the \b Apply or <b>Apply and Close</b> button to perform the operation.</li>
33 </ol>
34
35 <br>
36 \anchor renumbering_elements_anchor
37 <h2>Renumbering elements</h2>
38
39 <em>To renumber the elements of your mesh:</em>
40 <ol>
41 <li>In the \b Modification menu select \b Renumbering submenu and
42 choose the \b Elements item or click <em>"Renumbering elements"</em>
43 button in the toolbar.
44
45 \image html image64.png
46 <center><em>"Renumbering elements" button</em></center>
47
48 The following dialog box will appear:
49
50 \image html renumberelements.png
51 </li>
52
53 <li>Fill the \b Mesh field by selecting your mesh in the Object
54 Browser or in the 3D viewer.</li>
55 <li>Click the \b Apply or <b>Apply and Close</b> button to perform the operation.</li>
56 </ol>
57
58 <br><b>See Also</b> a sample TUI Script of a 
59 \ref tui_renumbering_nodes_and_elements "Renumbering Nodes and Elements" operation.  
60
61 */