Salome HOME
a86e6986ba832fefac8c8a2a1e2cee28c11422b7
[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 The following dialog will appear:
18
19 \image html meshtopass1.png "Manual node selection"
20
21 \image html meshtopass2.png "Automatic node selection"
22
23 </li>
24 <li>Specify the way of node selection: manually (the first radio
25   button) or automatically (the second radio button).</li>
26 <li>If the manual method is selected, select the necessary node (X, Y,
27   Z fields show the original coordinates of the node to move) or type
28   the node ID.</li>
29 <li>Enter the coordinates of the destination point.</li>
30 <li>Click <b>Update Destination</b> button to set the coordinates
31   of the destination point equal to the coordinates of the node to
32   move.</li>
33 <li>Activate \b Preview check-box to show the result of move in the
34   viewer.</li>
35 <li>Click the \b Apply or <b>Apply and Close</b> button to confirm the
36   operation.</li>
37 </ol>
38
39 \image html moving_nodes1.png "The initial mesh"
40
41 \image html moving_nodes2.png "The modified mesh"
42
43 <br><b>See Also</b> a sample TUI Script of a 
44 \ref tui_moving_nodes "Moving Nodes" operation.  
45
46 */