X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FfilletFeature.rst;h=8067285c5ed8cf1bf03bccbe38a53b8167c4df3a;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=313406530828620f9480e16a5e82d556eef77bf6;hpb=db1f629785c83f9691b1707b3fd11a26625c7a26;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/filletFeature.rst b/src/SketchPlugin/doc/filletFeature.rst index 313406530..8067285c5 100644 --- a/src/SketchPlugin/doc/filletFeature.rst +++ b/src/SketchPlugin/doc/filletFeature.rst @@ -1,3 +1,4 @@ +.. |fillet.icon| image:: images/fillet.png Fillet ====== @@ -5,16 +6,10 @@ 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. -To create Fillet in the active Sketch: +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 +#. click |fillet.icon| **Fillet** button in Sketch toolbar: Property panel: @@ -28,17 +23,20 @@ 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. +After the point is selected, Fillet preview appears in the view. **TUI Command**: -- *Sketch_1.setFillet(Point)* +.. py:function:: Sketch_1.setFillet(Point) - **Arguments**: coincident point + :param object: Coincident point. + :return: Result object. -- *Sketch_1.setFilletWithRadius(Point, Radius)* +.. py:function:: Sketch_1.setFilletWithRadius(Point, Radius) - **Arguments**: coincident point and fillet radius + :param object: Coincident point. + :param real: Radius. + :return: Result object. Result """""" @@ -49,6 +47,6 @@ Created Fillet appears in the view. :align: center .. centered:: - Fillet created + Created fillet -**See Also** a sample TUI Script of a :ref:`tui_create_fillet` operation. \ No newline at end of file +**See Also** a sample TUI Script of :ref:`tui_create_fillet` operation. \ No newline at end of file