Salome HOME
Task #3016: 3.2 To add a mode «through all» for features RevolutionCut and RevolutionFuse
[modules/shaper.git] / src / FeaturesPlugin / doc / splitFeature.rst
index fe0458161a1fcaa36e87074e2ac23e16bc012ec7..b8d4a20031f74ef5870c3c45e0e64dfe8beee384 100644 (file)
@@ -1,3 +1,4 @@
+.. |bool_split.icon|    image:: images/bool_split.png
 
 Split
 =====
@@ -7,13 +8,7 @@ Split feature implements a Boolean operation splitting of main objects by parts
 To perform Split in the active part:
 
 #. select in the Main Menu *Features - > Split* item  or
-#. click **Split** button in the toolbar
-
-.. image:: images/bool_split.png
-   :align: center
-
-.. centered::
-   **Split**  button 
+#. click |bool_split.icon| **Split** button in the toolbar
 
 The following property panel will be opened:
 
@@ -27,9 +22,14 @@ The following property panel will be opened:
 - **Tool Objects** contains a list of objects selected in the Object Browser or in the Viewer, which will cut and split the main objects.
 - **See preview** button shows a result of the operation.
 
-**TUI Command**:  *model.addSplit(Part_doc, mainObjects, toolObjects)*
+**TUI Command**:
+
+.. py:function:: model.addSplit(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: Result object.
 
 Result
 """"""