Salome HOME
Cosmetics. Move XML files to the separate folder inside a corresponding project in VS.
[modules/shaper.git] / src / SketchPlugin / doc / trimFeature.rst
index cdb69caa5ff3afdae689e1e4f9ef4ae00be2d27f..3f70db204f42361aa09f8247afa02029ba8b1e69 100644 (file)
@@ -1,4 +1,4 @@
-.. |trim.icon|    image:: images/trim.png
+.. |trim.icon|    image:: images/Trim.png
 
 Trim
 ====
@@ -14,10 +14,9 @@ To create a Trim in the active Sketch:
 
 Property panel:
 
-.. image:: images/Trim_panel.png
-  :align: center
+.. figure:: images/Trim_panel.png
+   :align: center
 
-.. centered::
    Trim
 
 Input fields:
@@ -26,10 +25,9 @@ Input fields:
 
 The selected segment is highlighted in the view:
 
-.. image:: images/Trim_segment_sel.png
+.. figure:: images/Trim_segment_sel.png
    :align: center
 
-.. centered::
    The segment to remove
 
 **TUI Command**:
@@ -39,6 +37,7 @@ The selected segment is highlighted in the view:
     :param object: Line, arc or circle.
     :param object: Position point.
     :return: Result object.
+
 **Arguments**:   feature (line, arc or circle) and position point (a point on or closest to the segment to remove)
 
 Result
@@ -46,10 +45,9 @@ Result
 
 Created Trim appears in the view.
 
-.. image:: images/Trim_res.png
-          :align: center
+.. figure:: images/Trim_res.png
+   :align: center
 
-.. centered::
    Created trim
 
 **See Also** a sample TUI Script of :ref:`tui_create_trim` operation.