1 .. |fillet.icon| image:: images/Fillet.png
6 | The Fillet operation rounds the corner formed by intersection of two sketch elements in a coincident point.
7 | The operation trims the elements at the intersection and creates a tangent arc between them.
9 To create a Fillet in the active Sketch:
11 #. select in the Main Menu *Sketch - > Fillet* item or
12 #. click |fillet.icon| **Fillet** button in Sketch toolbar:
16 .. figure:: images/Fillet_panel.png
23 - **Point** is the coincident point of two intersecting lines (or a line and an arc) selected in the view.
25 After the point is selected, Fillet preview appears in the view.
29 .. py:function:: Sketch_1.setFillet(Point)
31 :param object: Coincident point.
32 :return: Result object.
34 .. py:function:: Sketch_1.setFilletWithRadius(Point, Radius)
36 :param object: Coincident point.
38 :return: Result object.
43 Created Fillet appears in the view.
45 .. figure:: images/Fillet_res.png
50 **See Also** a sample TUI Script of :ref:`tui_create_fillet` operation.