Salome HOME
313406530828620f9480e16a5e82d556eef77bf6
[modules/shaper.git] / src / SketchPlugin / doc / filletFeature.rst
1
2 Fillet
3 ======
4
5 | The Fillet operation rounds the corner formed by intersection of two sketch elements in a coincident point.
6 | The operation trims the elements at the intersection and creates a tangent arc between them.
7
8 To create Fillet in the active Sketch:
9
10 #. select in the Main Menu *Sketch - > Fillet* item  or
11 #. click **Fillet** button in Sketch toolbar:
12
13 .. image:: images/fillet.png
14    :align: center
15
16 .. centered::
17    **Fillet**  button
18
19 Property panel:
20
21 .. image:: images/Fillet_panel.png
22   :align: center
23
24 .. centered::
25    Fillet
26
27 Input fields:
28
29 - **Point** is the coincident point of two intersecting lines (or a line and an arc) selected in the view.
30
31 After the point is selected Fillet preview appears in the view.
32
33 **TUI Command**:
34
35 - *Sketch_1.setFillet(Point)*
36
37   **Arguments**: coincident point
38
39 - *Sketch_1.setFilletWithRadius(Point, Radius)*
40
41   **Arguments**: coincident point and fillet radius
42
43 Result
44 """"""
45
46 Created Fillet appears in the view.
47
48 .. image:: images/Fillet_res.png
49            :align: center
50
51 .. centered::
52    Fillet created
53
54 **See Also** a sample TUI Script of a :ref:`tui_create_fillet` operation.