Salome HOME
Fixes and unit-tests basing on the manual tests
[modules/shaper.git] / src / SketchPlugin / doc / verticalFeature.rst
index 61b76aae6c5d059eb4f4293dd90a4fbad79dce81..29f0db1b5068625ad5340cce7f5972b29c28fb4a 100644 (file)
@@ -2,9 +2,44 @@
 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** button in Sketch toolbar:
+
+.. image:: images/vertical.png
+   :align: center
 
 .. centered::
-  Create a vertical constraint
+   **Vertical**  button
+
+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**: *Sketch_1.setVertical(LineObject)*
+
+**Arguments**:  1 line object
+
+Result
+""""""
+
+Created Vertical constraint appears in the view.
+
+.. image:: images/Vertical_res.png
+          :align: center
+
+.. centered::
+   Vertical constraint created
+
+**See Also** a sample TUI Script of :ref:`tui_create_vertical` operation.
\ No newline at end of file