Salome HOME
Issue 0020755: EDF 1279 MESH : 'Mesh to Pass Through a Point' enhancement
[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 box shall appear:
18
19 \image html meshtopass.png
20
21 </li>
22 <li>Enter the coordinates of the destination point.</li>
23 <li>Check in <b>Find closest to destination</b> option or
24 select the necessary node manually (X, Y, Z, dX, dY, dZ fields allow
25 to see original coordinates and displacement of the node to move).
26 \b Preview check-box allows to see the results of the operation.</li>
27 <li>Click the \b Apply or \b OK button.</li>
28 </ol>
29
30 <br><b>See Also</b> a sample TUI Script of a 
31 \ref tui_moving_nodes "Moving Nodes" operation.  
32
33 */