X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2Fdoc%2FverticalFeature.rst;h=69ad936ce798e60aa3168c21ff6fdb09aaf14aba;hb=dc6ab7150ec816d25d7be4959407b6622b019e88;hp=29f0db1b5068625ad5340cce7f5972b29c28fb4a;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;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 """"""