X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FhorizontalFeature.rst;h=4974c939ac74171acb632fbf06d4ae64078bfb95;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=dfab517bbe8e80ae996358be2589cb39b5670977;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/horizontalFeature.rst b/src/SketchPlugin/doc/horizontalFeature.rst index dfab517bb..4974c939a 100644 --- a/src/SketchPlugin/doc/horizontalFeature.rst +++ b/src/SketchPlugin/doc/horizontalFeature.rst @@ -1,3 +1,4 @@ +.. |horisontal.icon| image:: images/horisontal.png Horizontal constraint ===================== @@ -7,13 +8,7 @@ Horizontal constraint fixes lines as parallel to the horizontal axis. To create a Horizontal constraint in the active Sketch: #. select in the Main Menu *Sketch - > Horizontal* item or -#. click **Horizontal** button in Sketch toolbar: - -.. image:: images/horisontal.png - :align: center - -.. centered:: - **Horizontal** button +#. click |horisontal.icon| **Horizontal** button in Sketch toolbar: Property panel: @@ -27,9 +22,12 @@ Input fields: | After the line is selected it becomes parallel to the horizontal axis in the view. | **H** sign is added above the line. -**TUI Command**: *Sketch_1.setHorizontal(LineObject)* +**TUI Command**: + +.. py:function:: Sketch_1.setHorizontal(LineObject) -**Arguments**: 1 line object + :param object: A line. + :return: Result object. Result """"""