1 .. |parallel.icon| image:: images/Parallel.png
6 Parallel constraint fixes two lines as parallel to one another.
8 To create a Parallel constraint in the active Sketch:
10 #. select in the Main Menu *Sketch - > Parallel* item or
11 #. click |parallel.icon| **Parallel** button in Sketch toolbar:
15 .. figure:: images/Parallel_panel.png
20 - **First line** is the first line selected in the view.
21 - **Second line** is the second line selected in the view.
23 After the lines are selected **||** sign will be added to each of them in the view.
27 .. py:function:: Sketch_1.setParallel(Line1, Line2)
29 :param object: Line 1.
30 :param object: Line 2.
31 :return: Result object.
36 Created Parallel constraint appears in the view.
38 .. figure:: images/Parallel_res.png
41 Created parallel constraint
43 **See Also** a sample TUI Script of :ref:`tui_create_parallel` operation.