Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / SketchPlugin / doc / tangentFeature.rst
1
2 Tangent constraint
3 ==================
4
5 Tangent constraint fixes a circle (or an arc) and a line so that a line is tangent to a circle (or an arc).
6
7 To create a Tangent in the active Sketch:
8
9 #. select in the Main Menu *Sketch - > Tangent* item  or
10 #. click **Tangent** button in Sketch toolbar:
11
12 .. image:: images/tangent.png
13    :align: center
14
15 .. centered::
16    **Tangent**  button
17
18 Property panel:
19
20 .. image:: images/Tangent_panel.png
21    :align: center
22
23 Input fields:
24
25 - **First object** is a line, a circle or an arc selected in the view.
26 - **Second object** is a line, a circle or an arc selected in the view.
27
28 Note that one of two objects should be a line.
29
30 After the objects are selected, a special sign will be added close to the tangency point in the view.
31
32 **TUI Command**: *Sketch_1.setTangent(Line, CircleOrArc)*
33
34 **Arguments**:  2 objects (the first is a line, the second one is a circle or an arc)
35
36 Result
37 """"""
38
39 Created Tangent constraint appears in the view.
40
41 .. image:: images/Tangent_res.png
42            :align: center
43
44 .. centered::
45    Created tangent constraint
46
47 **See Also** a sample TUI Script of :ref:`tui_create_tangent` operation.