3 \page moving_nodes_page Moving nodes
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.
9 <em>To displace a node:</em>
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.
14 \image html image67.gif
15 <center><em>"Move Node" button</em></center>
17 The following dialog box shall appear:
19 \image html movenodes.png
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>
29 \image html moving_nodes1.png
31 \image html moving_nodes2.png
33 <br><b>See Also</b> a sample TUI Script of a
34 \ref tui_moving_nodes "Moving Nodes" operation.