X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Fdoc%2FsplitFeature.rst;h=b8d4a20031f74ef5870c3c45e0e64dfe8beee384;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=fe0458161a1fcaa36e87074e2ac23e16bc012ec7;hpb=7ab44ec6bb4f64ee9c31ffe42c1e410dde78016c;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/splitFeature.rst b/src/FeaturesPlugin/doc/splitFeature.rst index fe0458161..b8d4a2003 100644 --- a/src/FeaturesPlugin/doc/splitFeature.rst +++ b/src/FeaturesPlugin/doc/splitFeature.rst @@ -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 """"""