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=61b76aae6c5d059eb4f4293dd90a4fbad79dce81;hpb=1c74a4ef1b175266becd65969077f12af764e7e2;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/verticalFeature.rst b/src/SketchPlugin/doc/verticalFeature.rst index 61b76aae6..69ad936ce 100644 --- a/src/SketchPlugin/doc/verticalFeature.rst +++ b/src/SketchPlugin/doc/verticalFeature.rst @@ -1,10 +1,43 @@ +.. |vertical.icon| image:: images/vertical.png Vertical constraint =================== +Vertical constraint fixes lines as parallel to the vertical axis. -.. image:: images/Vertical.png - :align: center +To create a Vertical constraint in the active Sketch: + +#. select in the Main Menu *Sketch - > Vertical* item or +#. click |vertical.icon| **Vertical** button in Sketch toolbar: + +Property panel: + +.. image:: images/Vertical_panel.png + :align: center + +Input fields: + +- **Line** is the line selected in the view. + +| After the line is selected it becomes parallel to the vertical axis in the view. +| **V** sign is added above the line. + +**TUI Command**: + +.. py:function:: Sketch_1.setVertical(LineObject) + + :param object: A line. + :return: Result object. + +Result +"""""" + +Created Vertical constraint appears in the view. + +.. image:: images/Vertical_res.png + :align: center .. centered:: - Create a vertical constraint + Vertical constraint created + +**See Also** a sample TUI Script of :ref:`tui_create_vertical` operation. \ No newline at end of file