Salome HOME
Precise doc on sub-mesh priority
[modules/smesh.git] / doc / salome / gui / SMESH / input / rotation.rst
index d84abab6c76f251a19c8eceaa81fa1f50aa31550..4d38caeb15b2756d7245c2ddc200565b2d494e15 100644 (file)
@@ -6,17 +6,12 @@ Rotation
 
 This operation allows to rotate in space the mesh or some of its elements.
 
-**To rotate the mesh:**
+*To rotate the mesh:*
 
-#. From the **Modification** menu choose **Transformation** -> **Rotation** item  or click **"Rotation"** button in the toolbar.
-       .. image:: ../images/rotation_ico.png 
-               :align: center
-
-       .. centered::
-               "Rotation button"
+.. |img| image:: ../images/rotation_ico.png 
 
-       The following dialog will appear:
+#. From the **Modification** menu choose **Transformation** -> **Rotation** item  or click *"Rotation"* button |img| in the toolbar.
+   The following dialog will appear:
 
        .. image:: ../images/rotation.png
                :align: center
@@ -31,7 +26,7 @@ This operation allows to rotate in space the mesh or some of its elements.
                * apply Filters. **Set filter** button allows to apply a filter to the selection of elements. See more about filters in the :ref:`selection_filter_library_page` page.
 
        * specify the axis of rotation:
-               * specify the cooordinates of the start **Point** of the vector of rotation;
+               * specify the coordinates of the start **Point** of the vector of rotation;
                * specify the **Vector** of rotation through the coordinates of its end point with respect to the coordinates of the start point;
 
        * specify the **Angle** of rotation 
@@ -51,13 +46,13 @@ This operation allows to rotate in space the mesh or some of its elements.
        :align: center
 
 .. centered::
-       "The initial mesh"
+       The initial mesh
 
 .. image:: ../images/rotation2.png 
        :align: center
 
 .. centered::
-       "The rotated mesh"
+       The rotated mesh
 
 **See Also** a sample TUI Script of a :ref:`tui_rotation` operation.