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