Salome HOME
Adding online help for chamfer
[modules/shaper.git] / src / FeaturesPlugin / doc / cutFeature.rst
index 514924dadd9cc9bc7109c833b7171bb2575c53e1..9a99224068308aa9988977f7fbc173a021c03233 100644 (file)
@@ -1,4 +1,5 @@
 .. _featureCut:
+.. |bool_cut.icon|    image:: images/bool_cut.png
 
 Cut
 ===
@@ -8,13 +9,7 @@ Cut feature implements a Boolean operation to cut tool objects from main objects
 To perform a Cut operationin the active part:
 
 #. select in the Main Menu *Features - > Cut* item  or
-#. click **Cut** button in the toolbar
-
-.. image:: images/bool_cut.png
-   :align: center
-
-.. centered::
-   **Cut**  button 
+#. click |bool_cut.icon| **Cut** button in the toolbar
 
 The following property panel will be opened:
 
@@ -32,9 +27,14 @@ The following property panel will be opened:
   Non-selected subshapes from compsolids/compounds will be ignored.
 - **See preview** button shows a result of the operation.
 
-**TUI Command**:  *model.addCut(Part_doc, mainObjects, toolObjects)*
+**TUI Command**:
+
+.. py:function:: model.addCut(Part_doc, mainObjects, toolObjects)
 
-**Arguments**:   Part + list of main objects + list of tool objects.
+    :param part: The current part object
+    :param list: A list of main objects.
+    :param list: A list of tool objects.
+    :return: Created object
 
 Result
 """"""