1 .. |vertical.icon| image:: images/Vertical.png
6 Vertical constraint fixes lines as parallel to the vertical axis.
8 To create a Vertical constraint in the active Sketch:
10 #. select in the Main Menu *Sketch - > Vertical* item or
11 #. click |vertical.icon| **Vertical** button in Sketch toolbar:
15 .. figure:: images/Vertical_panel.png
20 - **Line** is the line selected in the view.
22 | After the line is selected it becomes parallel to the vertical axis in the view.
23 | **V** sign is added above the line.
27 .. py:function:: Sketch_1.setVertical(LineObject)
29 :param object: A line.
30 :return: Result object.
35 Created Vertical constraint appears in the view.
37 .. figure:: images/Vertical_res.png
40 Vertical constraint created
42 **See Also** a sample TUI Script of :ref:`tui_create_vertical` operation.