Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / FeaturesPlugin / doc / symmetryFeature.rst
index 39c6eb036d58a62f759db0ec459cb385429ef167..6d22835b18882d9d3e7b471a79dbda3395fd148c 100644 (file)
@@ -12,19 +12,19 @@ To create a Symmetry in the active part:
 
 Symmetrical copy of an Object can be mirrored in three different ways:
 
-.. image:: images/symmetry_point_32x32.png    
+.. figure:: images/symmetry_point_32x32.png    
    :align: left
    :height: 24px
 
 through a Point of symmetry 
 
-.. image:: images/symmetry_axis_32x32.png      
+.. figure:: images/symmetry_axis_32x32.png      
    :align: left
    :height: 24px
 
 through an Axis of symmetry  
 
-.. image:: images/symmetry_plane_32x32.png    
+.. figure:: images/symmetry_plane_32x32.png    
    :align: left
    :height: 24px
 
@@ -35,11 +35,10 @@ through a Plane of symmetry
 Symmetry through a Point of symmetry
 ------------------------------------
 
-.. image:: images/symmetryPoint.png
-  :align: center
+.. figure:: images/symmetryPoint.png
+   :align: center
 
-.. centered::
-  Symmetry through a Point of symmetry property panel
+   Symmetry through a Point of symmetry property panel
 
 Input fields:
 
@@ -62,10 +61,9 @@ Result
 
 The result of operation is a mirrored initial shape with **Create a copy** = *True*.
 
-.. image:: images/symmetryPointres.png
+.. figure:: images/symmetryPointres.png
    :align: center
 
-.. centered::
    Symmetry through a Point of symmetry
 
 **See Also** a sample TUI Script of :ref:`tui_symmetry_point` operation.
@@ -73,11 +71,10 @@ The result of operation is a mirrored initial shape with **Create a copy** = *Tr
 Symmetry through an Axis of symmetry
 ------------------------------------
 
-.. image:: images/symmetryAxis.png
-  :align: center
+.. figure:: images/symmetryAxis.png
+   :align: center
 
-.. centered::
-  Symmetry through an Axis of symmetry property panel
+   Symmetry through an Axis of symmetry property panel
 
 Input fields:
 
@@ -100,10 +97,9 @@ Result
 
 The result of operation is a mirrored initial shape with **Create a copy** = *False*.
 
-.. image:: images/symmetryAxisres.png
+.. figure:: images/symmetryAxisres.png
    :align: center
 
-.. centered::
    Symmetry through an Axis of symmetry
 
 **See Also** a sample TUI Script of :ref:`tui_symmetry_axis` operation.  
@@ -111,11 +107,10 @@ The result of operation is a mirrored initial shape with **Create a copy** = *Fa
 Symmetry through a Plane of symmetry
 ------------------------------------
 
-.. image:: images/symmetryPlane.png
-  :align: center
+.. figure:: images/symmetryPlane.png
+   :align: center
 
-.. centered::
-  Symmetry through a Plane of symmetry property panel
+   Symmetry through a Plane of symmetry property panel
 
 Input fields:
 
@@ -138,10 +133,9 @@ Result
 
 The result of operation is a mirrored initial shape with **Create a copy** = *False*.
 
-.. image:: images/symmetryPlaneres.png
+.. figure:: images/symmetryPlaneres.png
    :align: center
 
-.. centered::
    Symmetry through a Plane of symmetry
 
 **See Also** a sample TUI Script of :ref:`tui_symmetry_plane` operation.