Salome HOME
[bos #37570] [CEA] SHAPER hdf tests are failing. Fix Sphere feature attributes order.
[modules/shaper.git] / src / SketchPlugin / doc / filletFeature.rst
index 313406530828620f9480e16a5e82d556eef77bf6..793d8fcb964c0211e5483ec8fa3fee5eee9df06d 100644 (file)
@@ -1,3 +1,4 @@
+.. |fillet.icon|    image:: images/Fillet.png
 
 Fillet
 ======
@@ -5,50 +6,45 @@ 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 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:
 
-.. image:: images/Fillet_panel.png
-  :align: center
+.. figure:: images/Fillet_panel.png
+   :align: center
 
-.. centered::
    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.
+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
 """"""
 
 Created Fillet appears in the view.
 
-.. image:: images/Fillet_res.png
-          :align: center
+.. figure:: images/Fillet_res.png
+   :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.