Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/smesh.git] / doc / salome / gui / SMESH / input / moving_nodes.doc
1 /*!
2
3 \page moving_nodes_page Moving nodes
4
5 \n In MESH you can change the location of any node of your mesh. In
6 this case all adjacent elements (edges) will be also transformed right
7 after the displaced node.
8
9 <em>To displace a node:</em>
10 <ol>
11 <li>From the \b Modification menu choose the <b>Move node</b> item or
12 click <em>"Move Node"</em> button in the toolbar.
13
14 \image html image67.png
15 <center><em>"Move Node" button</em></center>
16
17 The following dialog box shall appear:
18
19 \image html movenodes.png
20
21 </li>
22 <li>Enter the ID of the required node in the <b>Node ID</b> field or
23 select this node in the 3D viewer. The coordinates of your node will
24 be automatically displayed in the \b Coordinates set of fields.</li>
25 <li>Set new coordinates for your node in the \b Coordinates set of fields.</li>
26 <li>Click the \b Apply or <b>Apply and Close</b> button.</li>
27 </ol>
28
29 \image html moving_nodes1.png "The initial mesh"
30
31 \image html moving_nodes2.png "The node has been moved, transforming all adjacent edges"
32
33 <br><b>See Also</b> a sample TUI Script of a 
34 \ref tui_moving_nodes "Moving Nodes" operation.  
35
36 */