X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FfilletFeature.rst;h=75640e2ad7290c57e4d42f86efe8d442aca0a328;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=ea7850060489d2e1add25b77933058e697eb11b7;hpb=c5ec43297b55923e1cf2ee39978bf42d733ee465;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/filletFeature.rst b/src/SketchPlugin/doc/filletFeature.rst index ea7850060..75640e2ad 100644 --- a/src/SketchPlugin/doc/filletFeature.rst +++ b/src/SketchPlugin/doc/filletFeature.rst @@ -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