X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FradiusFeature.rst;h=0fa5fbdedc15309a3aa3d9923a14b19341d065d9;hb=cdbbde4803e9c320204d537d22af4ac7ef024962;hp=2b8840a44d32a15932bfc53b956c88fdda85c2fa;hpb=0fcd69345a4dfdb31e252574c68bc70e123999e8;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/radiusFeature.rst b/src/SketchPlugin/doc/radiusFeature.rst index 2b8840a44..0fa5fbded 100644 --- a/src/SketchPlugin/doc/radiusFeature.rst +++ b/src/SketchPlugin/doc/radiusFeature.rst @@ -12,25 +12,21 @@ To create a Radius constraint in the active Sketch: Property panel: -.. image:: images/Radius_panel.png +.. figure:: images/Radius_panel.png :align: center +.. |loc_left| image:: images/location_left.png +.. |loc_auto| image:: images/location_automatic.png +.. |loc_right| image:: images/location_right.png + Input fields: - **Circle or Arc** is the circle or arc selected in the view; - **Value** is a radius of the selected object, could be modified to set the desirable value - **Text location** is a position of the radius value label relating to extension line (in the view) - .. image:: images/location_left.png - :align: left - **Left** inserts text at the left of the radius extension line. - - .. image:: images/location_automatic.png - :align: left - **Automatic** inserts text at the middle of the radius extension line if it has enough length, otherwise - to the left. - - .. image:: images/location_right.png - :align: left - **Right** inserts text to the right of the radius extension line. + | |loc_left| **Left** inserts text at the left of the radius extension line. + | |loc_auto| **Automatic** inserts text at the middle of the radius extension line if it has enough length, otherwise - to the left. + | |loc_right| **Right** inserts text to the right of the radius extension line. When circle or arc is selected, the radius value is displayed in the property panel and in the view. @@ -39,10 +35,9 @@ When creating the constraint, after selection of the circle or arc at the first - drag the radius presentation in the view to the desired position and click once; - set desirable radius value in the input field in the view and press **Enter** or just press **Enter** to keep the current radius. -.. image:: images/Radius_field_view.png +.. figure:: images/Radius_field_view.png :align: center -.. centered:: Radius input in the view **TUI Command**: @@ -58,10 +53,9 @@ Result Created Radius appears in the view. -.. image:: images/Radius_res.png - :align: center +.. figure:: images/Radius_res.png + :align: center -.. centered:: Radius created **See Also** a sample TUI Script of :ref:`tui_create_radius` operation.