Salome HOME
Correct documentation bugs, adapt for 'Read The Docs' theme (bos #18858)
[modules/shaper.git] / src / SketchPlugin / doc / arcFeature.rst
index 5cdb22aa9b9aec1edc2a4df69f3253f5b7790f8b..57f0eb85dce856e646733407fb4b1e84c9cdd6be 100644 (file)
@@ -14,20 +14,30 @@ There are 4 algorithms for creation of an Arc:
 
 .. image:: images/arc_base_32x32.png
    :align: left
+   :height: 24px
+
 **By center and two points** creates an arc segment with the given center passing from the start point to the end point on the circle.
 
 .. image:: images/arc_3pt_32x32.png
    :align: left
+   :height: 24px
+
 **By three points** creates an arc segment passing from the start point to end point through another point on the circle.
 
 .. image:: images/arc_tang_32x32.png
    :align: left
+   :height: 24px
+
 **By tangent point and end point** creates an arc segment with the tangent point and the end point.
 
 .. image:: images/arc_perp_32x32.png
    :align: left
+   :height: 24px
+
 **By point on perpendicular line and end point** creates an arc segment perpendicular to a straight line with the start point, connected with boundary of this line, and the end point.
 
+-------------------------------------------------------------------------------------------
+
 By center and two points
 """"""""""""""""""""""""
 
@@ -137,4 +147,4 @@ Created arc appears in the view.
 .. centered::
    Arc created
 
-**See Also** a sample TUI Script of :ref:`tui_create_arc` operation.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_arc` operation.