2 .. |coincedence.icon| image:: images/coincedence.png
7 Coincident constraint forces two points to be coincident, or one point to lie on a line, a circle or an arc.
9 To create a Coincident constraint in the active Sketch:
11 #. select in the Main Menu *Sketch - > Coincident* item or
12 #. click |coincedence.icon| **Coincident** button in Sketch toolbar:
16 .. figure:: images/Coincident_panel.png
21 - **First object** is a point, a line, a circle or an arc selected in the view.
22 - **Second object** is a point, a line, a circle or an arc selected in the view.
24 Note that one of two objects should be a point (i.e. a point, a line or an arc end point, a center of a circle or an arc).
26 After the objects are selected, the point is highlighted in yellow in the view.
30 .. py:function:: Sketch_1.setCoincident(Object1, Object2)
32 :param object: First object.
33 :param object: Second object.
34 :return: Result object.
39 Created Coincident constraint appears in the view.
41 .. figure:: images/Coincident_res.png
44 Created coincident constraint
46 **See Also** a sample TUI Script of :ref:`tui_create_coincident` operation.