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