Salome HOME
bos #29171 Refactor testing procedure
[modules/smesh.git] / doc / gui / 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
9 * by movement of the node closest to the point or 
10 * by movement of a selected node to the point.
11 * by movement of a selected node to the point specified by mouse click.
12
13 *To displace a node:*
14
15 #. From the **Modification** menu choose the **Move node** item or click *"Move Node"* button in the toolbar.
16
17         .. image:: ../images/image67.png
18                 :align: center
19
20         .. centered::
21                 *"Move Node"* button
22
23    The following dialog will appear:
24
25         .. image:: ../images/meshtopass1.png
26                 :align: center
27
28         .. centered::
29                 Manual node selection
30
31
32         .. image:: ../images/meshtopass2.png
33                 :align: center
34
35         .. centered::
36                 Automatic node selection
37
38         .. image:: ../images/meshtopass3.png
39                 :align: center
40
41         .. centered::
42                 Manual node selection with mouse location
43
44
45 #. Specify the way of node selection: manually (the first radio button) or automatically (the second radio button).
46 #. 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.
47 #. 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.
48 #. Activate **Preview** check-box to show the result of move in the viewer.
49 #. Click the **Apply** or **Apply and Close** button to confirm the operation.
50
51 .. image:: ../images/moving_nodes1.png
52         :align: center
53
54 .. centered::
55         The initial mesh
56
57 .. image:: ../images/moving_nodes2.png
58         :align: center
59
60 .. centered::
61         The modified mesh
62
63 **See Also** a sample TUI Script of a :ref:`tui_moving_nodes` operation.  
64
65