X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FhorizontalFeature.rst;h=4974c939ac74171acb632fbf06d4ae64078bfb95;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=12ab024fe334029da630b488910fe086d800ac6a;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/horizontalFeature.rst b/src/SketchPlugin/doc/horizontalFeature.rst index 12ab024fe..4974c939a 100644 --- a/src/SketchPlugin/doc/horizontalFeature.rst +++ b/src/SketchPlugin/doc/horizontalFeature.rst @@ -1,19 +1,14 @@ +.. |horisontal.icon| image:: images/horisontal.png Horizontal constraint ===================== -Horizontal constraint fixes lines to lie parallel to the horizontal axis. +Horizontal constraint fixes lines as parallel to the horizontal axis. -To create Horizontal constraint in the active Sketch: +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: @@ -25,11 +20,14 @@ 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 added above the line. +| **H** sign is added above the line. + +**TUI Command**: -**TUI Command**: *Sketch_1.setHorizontal(LineObject)* +.. py:function:: Sketch_1.setHorizontal(LineObject) -**Arguments**: 1 line object + :param object: A line. + :return: Result object. Result """""" @@ -42,4 +40,4 @@ Created Horizontal constraint appears in the view. .. centered:: Horizontal constraint created -**See Also** a sample TUI Script of a :ref:`tui_create_horizontal` operation. \ No newline at end of file +**See Also** a sample TUI Script of :ref:`tui_create_horizontal` operation. \ No newline at end of file