X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FfilletFeature.rst;h=8067285c5ed8cf1bf03bccbe38a53b8167c4df3a;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=ea7850060489d2e1add25b77933058e697eb11b7;hpb=547a3952b37fe76f0d4e031a7d8a943ac6a45bb5;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/filletFeature.rst b/src/SketchPlugin/doc/filletFeature.rst index ea7850060..8067285c5 100644 --- a/src/SketchPlugin/doc/filletFeature.rst +++ b/src/SketchPlugin/doc/filletFeature.rst @@ -1,10 +1,52 @@ +.. |fillet.icon| image:: images/fillet.png 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.icon| **Fillet** button in Sketch toolbar: + +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**: + +.. py:function:: Sketch_1.setFillet(Point) + + :param object: Coincident point. + :return: Result object. + +.. py:function:: Sketch_1.setFilletWithRadius(Point, Radius) + + :param object: Coincident point. + :param real: Radius. + :return: Result object. + +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