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