X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Fdoc%2FfuseFeature.rst;h=24295821e7d9b06b434bc068cf046b9e57dff75b;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=c8c84cfdcc4d35b29c5e1f1fb85d83dba97c9816;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/fuseFeature.rst b/src/FeaturesPlugin/doc/fuseFeature.rst index c8c84cfdc..24295821e 100644 --- a/src/FeaturesPlugin/doc/fuseFeature.rst +++ b/src/FeaturesPlugin/doc/fuseFeature.rst @@ -1,3 +1,4 @@ +.. |bool_fuse.icon| image:: images/bool_fuse.png Fuse ==== @@ -7,13 +8,7 @@ Fuse feature implements a Boolean operation for fusion of a set of main objects To perform Fuse in the active part: #. select in the Main Menu *Features - > Fuse* item or -#. click **Fuse** button in the toolbar - -.. image:: images/bool_fuse.png - :align: center - -.. centered:: - **Fuse** button +#. click |bool_fuse.icon| **Fuse** button in the toolbar There are 2 options for creation of a Fuse: @@ -40,9 +35,14 @@ Simple - **Remove intersection edges** - if enabled, edges that lie on the same surface will be removed. - **See preview** - button shows a result of the operation. -**TUI Command**: *model.addFuse(Part_doc, objects, isRemoveEdges)* +**TUI Command**: + +.. py:function:: model.addFuse(Part_doc, objects, isRemoveEdges) -**Arguments**: Part + list of objects + remove edges flag (optional). + :param part: The current part object. + :param list: A list of objects. + :param boolean: Remove edges flag (optional). + :return: Created object. Result """""" @@ -74,9 +74,15 @@ Advanced - **Remove intersection edges** - if enabled, edges that lie on the same surface will be removed. - **See preview** - button shows a result of the operation. -**TUI Command**: *model.addFuse(Part_doc, objects, tools, isRemoveEdges)* +**TUI Command**: + +.. py:function:: model.addFuse(Part_doc, objects, tools, isRemoveEdges) -**Arguments**: Part + list of objects + list of tools + remove edges flag (optional). + :param part: The current part object. + :param list: A list of objects. + :param list: A list of tools. + :param boolean: Remove edges flag (optional). + :return: Created object. Result """"""