Salome HOME
Merge branch HELP_DOCUMENTATION_EDITING into master.
[modules/shaper.git] / src / SketchPlugin / doc / coincedentFeature.rst
1
2 Coincident constraint
3 =====================
4
5 Coincident constraint makes two points to be coincident, or one point to lie on a line or circumference of a circle (or an arc).
6
7 To create Coincident in the active Sketch:
8
9 #. select in the Main Menu *Sketch - > Coincident* item  or
10 #. click **Coincident** button in Sketch toolbar:
11
12 .. image:: images/coincedence.png
13    :align: center
14
15 .. centered::
16    **Coincident**  button
17
18 Property panel:
19
20 .. image:: images/Coincident_panel.png
21    :align: center
22
23 Input fields:
24
25 - **First object** is a point, a line, a circle or an arc selected in the view.
26 - **Second object** is a point, a line, a circle or an arc selected in the view.
27
28 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).
29
30 After the objects are selected the point becomes yellow colored in the view.
31
32 **TUI Command**: *Sketch_1.setCoincident(Object1, Object2)*
33
34 **Arguments**:  2 objects (one of them is a point, the second one is a point, a circle, an arc or a line)
35
36 Result
37 """"""
38
39 Created Coincident constraint appears in the view.
40
41 .. image:: images/Coincident_res.png
42            :align: center
43
44 .. centered::
45    Coincident constraint created
46
47 **See Also** a sample TUI Script of a :ref:`tui_create_coincident` operation.