Salome HOME
0022482: EDF 2822 SMESH: Redesign of move node dialog box
[modules/smesh.git] / doc / salome / gui / SMESH / input / mesh_through_point.doc
1 /*!
2
3 \page mesh_through_point_page Moving nodes
4
5 \n In mesh you can define a node at a certain point either
6 by movement of the node closest to the point or by
7 movement of any node to the point.
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 One of the following dialogs will appear:
18
19 \image html meshtopass1.png "manual method of selecting node"
20 \image html meshtopass2.png "automatic method of selecting node"
21
22 </li>
23 <li>Specify the way of selection of the node: manually (first radio button) or automatically (second radio button).</li>
24 <li>If the manual method selected, select the necessary node (X, Y, Z fields show the original coordinates of the node to move) or set the ID node.</li>
25 <li>Enter the coordinates of the destination point.</li>
26 <li>Click <b>Update Destination</b> button to update the coordinates of the destination point.</li>
27 <li>Activate \b Preview checkbox to show the result of move in the viewer</li>
28 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm the operation.</li>
29 </ol>
30
31 \image html moving_nodes1.png "The initial mesh"
32
33 \image html moving_nodes2.png "The modified mesh"
34
35 <br><b>See Also</b> a sample TUI Script of a 
36 \ref tui_moving_nodes "Moving Nodes" operation.  
37
38 */