Salome HOME
Restore translations
[modules/shaper.git] / src / SketchPlugin / doc / verticalFeature.rst
index 4de7dfe8eb169a02821aea12fbcb9f90b724ff14..69ad936ce798e60aa3168c21ff6fdb09aaf14aba 100644 (file)
@@ -1,19 +1,14 @@
+.. |vertical.icon|    image:: images/vertical.png
 
 Vertical constraint
 ===================
 
-Vertical constraint fixes lines to lie parallel to the vertical axis.
+Vertical constraint fixes lines as parallel to the vertical axis.
 
-To create Vertical constraint in the active Sketch:
+To create 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:
 
@@ -25,11 +20,14 @@ 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 added above the line.
+| **V** sign is added above the line.
+
+**TUI Command**:
 
-**TUI Command**: *Sketch_1.setVertical(LineObject)*
+.. py:function:: Sketch_1.setVertical(LineObject)
 
-**Arguments**:  1 line object
+    :param object: A line.
+    :return: Result object.
 
 Result
 """"""
@@ -42,4 +40,4 @@ Created Vertical constraint appears in the view.
 .. centered::
    Vertical constraint created
 
-**See Also** a sample TUI Script of :ref:`tui_create_vertical` operation.
\ No newline at end of file
+**See Also** a sample TUI Script of :ref:`tui_create_vertical` operation.
\ No newline at end of file