Salome HOME
Documentation: use 'figure' instead of 'image'; improve caption layout; fix warnings.
[modules/shaper.git] / src / FeaturesPlugin / doc / chamferFeature.rst
index dae55dfb021621822a01f2b6b59bb0141916fbd9..8b774a8be5a4feb437d548305a457dde328c61cd 100644 (file)
@@ -3,7 +3,7 @@
 .. _featureChamfer:
 
 Chamfer
-======
+=======
 
 **Chamfer** feature creates chamfers on the edges or on the faces of a shape. 
 
@@ -14,24 +14,29 @@ To create a Chamfer in the active part:
 
 There are 2 types of chamfer:
 
-  .. image:: images/chamfer_distances.png   
-    :align: left
-  chamfer by two distances
+.. figure:: images/chamfer_distances.png   
+   :align: left
+   :height: 24px
 
-  .. image:: images/chamfer_dist_angle.png   
-    :align: left
-  chamfer by a distance and an angle
+chamfer by two distances
+
+.. figure:: images/chamfer_dist_angle.png   
+   :align: left
+   :height: 24px
+
+chamfer by a distance and an angle
+
+--------------------------------------------------------------------------------
 
 Chamfer by two distances
 ------------------------
 
 The  property panel is shown below.
 
-.. image:: images/ChamferDistances.png
-  :align: center
+.. figure:: images/ChamferDistances.png
+   :align: center
 
-.. centered::
-  Chamfer by two distances property panel
+   Chamfer by two distances property panel
 
 Input fields:
 
@@ -55,10 +60,9 @@ Result
 
 Result of **Chamfer by two distances** is shown below.
 
-.. image:: images/chamfer_res_distances.png
+.. figure:: images/chamfer_res_distances.png
    :align: center
 
-.. centered::
    Chamfer by two distances
 
 **See Also** a sample TUI Script of :ref:`tui_create_chamfer1` operation.
@@ -68,11 +72,10 @@ Chamfer by a distance and an angle
 
 Alternatively, there is a possibility to create a chamfer with a distance and an angle.
 
-.. image:: images/ChamferDistAngle.png
-  :align: center
+.. figure:: images/ChamferDistAngle.png
+   :align: center
 
-.. centered::
-  Chamfer by a distance and an angle
+   Chamfer by a distance and an angle
 
 Input fields:
 
@@ -96,10 +99,9 @@ Result
 
 Result of **Chamfer by a distance and an angle** is shown below.
 
-.. image:: images/chamfer_res_dist_angle.png
+.. figure:: images/chamfer_res_dist_angle.png
    :align: center
 
-.. centered::
    Chamfer by a distance and an angle
 
 **See Also** a sample TUI Script of :ref:`tui_create_chamfer2` operation.