Salome HOME
Initial implementation of geometrical naming in the selector.
[modules/shaper.git] / src / SketchPlugin / doc / filletFeature.rst
index ea7850060489d2e1add25b77933058e697eb11b7..75640e2ad7290c57e4d42f86efe8d442aca0a328 100644 (file)
@@ -2,9 +2,53 @@
 Fillet
 ======
 
+| The Fillet operation rounds the corner formed by intersection of two sketch elements in a coincident point.
+| The operation trims the elements at the intersection and creates a tangent arc between them.
 
-.. image:: images/Fillet.png
+To create a Fillet in the active Sketch:
+
+#. select in the Main Menu *Sketch - > Fillet* item  or
+#. click **Fillet** button in Sketch toolbar:
+
+.. image:: images/fillet.png
+   :align: center
+
+.. centered::
+   **Fillet**  button
+
+Property panel:
+
+.. image:: images/Fillet_panel.png
   :align: center
 
 .. centered::
-  Create a fillet
+   Fillet
+
+Input fields:
+
+- **Point** is the coincident point of two intersecting lines (or a line and an arc) selected in the view.
+
+After the point is selected, Fillet preview appears in the view.
+
+**TUI Command**:
+
+- *Sketch_1.setFillet(Point)*
+
+  **Arguments**: coincident point
+
+- *Sketch_1.setFilletWithRadius(Point, Radius)*
+
+  **Arguments**: coincident point and fillet radius
+
+Result
+""""""
+
+Created Fillet appears in the view.
+
+.. image:: images/Fillet_res.png
+          :align: center
+
+.. centered::
+   Created fillet
+
+**See Also** a sample TUI Script of :ref:`tui_create_fillet` operation.
\ No newline at end of file