Salome HOME
Initial implementation of geometrical naming in the selector.
[modules/shaper.git] / src / SketchPlugin / doc / verticalFeature.rst
index 4b705ef401acd0aab7eb6bc6ef758f7c2a2110d9..29f0db1b5068625ad5340cce7f5972b29c28fb4a 100644 (file)
@@ -1,3 +1,45 @@
 
 Vertical constraint
 ===================
+
+Vertical constraint fixes lines as parallel to the vertical axis.
+
+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::
+   **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