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