Salome HOME
Merge branch 'V9_9_BR'
[modules/smesh.git] / doc / salome / gui / SMESH / input / mesh_through_point.rst
index 1a788c72561714dee5a77bd9c5a5a88771fc0491..47bd8c47226f46e8619a910588e29d84817ab980 100644 (file)
@@ -5,34 +5,41 @@ Moving nodes
 ************
 
 In mesh you can define a node at a certain point either
+
 * by movement of the node closest to the point or 
 * by movement of a selected node to the point.
+* by movement of a selected node to the point specified by mouse click.
 
-**To displace a node:**
+*To displace a node:*
 
-#. From the **Modification** menu choose the **Move node** item or click **"Move Node"** button in the toolbar.
+#. From the **Modification** menu choose the **Move node** item or click *"Move Node"* button in the toolbar.
 
        .. image:: ../images/image67.png
                :align: center
 
        .. centered::
-               **"Move Node" button**
+               *"Move Node"* button
 
-       The following dialog will appear:
+   The following dialog will appear:
 
        .. image:: ../images/meshtopass1.png
                :align: center
 
        .. centered::
-               "Manual node selection"
+               Manual node selection
 
 
        .. image:: ../images/meshtopass2.png
                :align: center
 
        .. centered::
-               "Automatic node selection"
+               Automatic node selection
+
+       .. image:: ../images/meshtopass3.png
+               :align: center
 
+       .. centered::
+               Manual node selection with mouse location
 
 
 #. Specify the way of node selection: manually (the first radio button) or automatically (the second radio button).
@@ -45,13 +52,13 @@ In mesh you can define a node at a certain point either
        :align: center
 
 .. centered::
-       "The initial mesh"
+       The initial mesh
 
 .. image:: ../images/moving_nodes2.png
        :align: center
 
 .. centered::
-       "The modified mesh"
+       The modified mesh
 
 **See Also** a sample TUI Script of a :ref:`tui_moving_nodes` operation.