X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FhorizontalFeature.rst;h=dfab517bbe8e80ae996358be2589cb39b5670977;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=8b29c33b9399c1a5b6aabaa8ef81f19faa357a7a;hpb=1c74a4ef1b175266becd65969077f12af764e7e2;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/horizontalFeature.rst b/src/SketchPlugin/doc/horizontalFeature.rst index 8b29c33b9..dfab517bb 100644 --- a/src/SketchPlugin/doc/horizontalFeature.rst +++ b/src/SketchPlugin/doc/horizontalFeature.rst @@ -2,9 +2,44 @@ Horizontal constraint ===================== +Horizontal constraint fixes lines as parallel to the horizontal axis. -.. image:: images/Horizontal.png - :align: center +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:: - Create a horizontal constaint + **Horizontal** button + +Property panel: + +.. image:: images/Horizontal_panel.png + :align: center + +Input fields: + +- **Line** is the line selected in the view. + +| 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)* + +**Arguments**: 1 line object + +Result +"""""" + +Created Horizontal constraint appears in the view. + +.. image:: images/Horizontal_res.png + :align: center + +.. centered:: + Horizontal constraint created + +**See Also** a sample TUI Script of :ref:`tui_create_horizontal` operation. \ No newline at end of file