2 .. |equal.icon| image:: images/Equal.png
7 | Equal constraint makes lines, circles or arcs equal.
8 | Lines become equal in length, circles and arcs - equal in radius.
10 To create an Equal constraint in the active Sketch:
12 #. select in the Main Menu *Sketch - > Equal* item or
13 #. click |equal.icon| **Equal** button in Sketch toolbar:
17 .. figure:: images/Equal_panel.png
22 - **First object** is a line, a circle or an arc selected in the view.
23 - **Second object** is a line, a circle or an arc selected in the view.
25 Note that a line can be equal to a line only, a circle - to a circle or an arc.
27 | After the objects are selected, the object sizes become equal.
28 | The equal objects are marked with **=** sign.
32 .. py:function:: Sketch_1.setEqual(Object1, Object2)
34 :param object: First object.
35 :param object: Second object.
36 :return: Result object.
41 Created Equal constraint appears in the view.
43 .. figure:: images/Equal_res.png
46 Created equal constraint
48 **See Also** a sample TUI Script of :ref:`tui_create_equal` operation.