Salome HOME
0023546: [EDF] AsterStudy: add a method to Python API to show/hide orientation vector...
[modules/smesh.git] / doc / salome / gui / SMESH / input / mesh_through_point.rst
1 .. _mesh_through_point_page:
2
3 ************
4 Moving nodes
5 ************
6
7 In mesh you can define a node at a certain point either
8 * by movement of the node closest to the point or 
9 * by movement of a selected node to the point.
10
11 **To displace a node:**
12
13 #. From the **Modification** menu choose the **Move node** item or click **"Move Node"** button in the toolbar.
14
15         .. image:: ../images/image67.png
16                 :align: center
17
18         .. centered::
19                 **"Move Node" button**
20
21         The following dialog will appear:
22
23         .. image:: ../images/meshtopass1.png
24                 :align: center
25
26         .. centered::
27                 "Manual node selection"
28
29
30         .. image:: ../images/meshtopass2.png
31                 :align: center
32
33         .. centered::
34                 "Automatic node selection"
35
36
37
38 #. Specify the way of node selection: manually (the first radio button) or automatically (the second radio button).
39 #. If the manual method is selected, select a node to move (X, Y, Z fields show the original coordinates of the node) or type the node ID.
40 #. Enter the coordinates of the destination point. You can click **Update Destination** button to set the coordinates of the destination point equal to the coordinates of the node to move.
41 #. Activate **Preview** check-box to show the result of move in the viewer.
42 #. Click the **Apply** or **Apply and Close** button to confirm the operation.
43
44 .. image:: ../images/moving_nodes1.png
45         :align: center
46
47 .. centered::
48         "The initial mesh"
49
50 .. image:: ../images/moving_nodes2.png
51         :align: center
52
53 .. centered::
54         "The modified mesh"
55
56 **See Also** a sample TUI Script of a :ref:`tui_moving_nodes` operation.  
57
58