X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2Fdoc%2FfuseFeatureFaces.rst;h=f745078213e8441c86e6fee76b0cc7da941c6eba;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=3e792761d54e5d13193a52ea77b92d14d6a3ee6e;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/doc/fuseFeatureFaces.rst b/src/FeaturesPlugin/doc/fuseFeatureFaces.rst index 3e792761d..f74507821 100644 --- a/src/FeaturesPlugin/doc/fuseFeatureFaces.rst +++ b/src/FeaturesPlugin/doc/fuseFeatureFaces.rst @@ -1,3 +1,4 @@ +.. |fusion_faces.icon| image:: images/fusion_faces.png Fuse Faces ========== @@ -7,13 +8,7 @@ Fuse Faces To perform **Fuse Faces** in the active part: #. select in the Main Menu *Features - > Fuse Faces* item or -#. click **Fuse Faces** button in the toolbar - -.. image:: images/fusion_faces.png - :align: center - -.. centered:: - **Fuse Faces** button +#. click |fusion_faces.icon| **Fuse Faces** button in the toolbar The following property panel appears: @@ -27,9 +22,13 @@ Input fields: - **Shape** - contains object selected in the Object Browser or in the Viewer, on which faces will be fused. -**TUI Command**: *model.addFusionFaces(Part_doc, shape)* +**TUI Command**: + +.. py:function:: model.addFusionFaces(Part_doc, shape) -**Arguments**: Part + shape in format *model.selection(TYPE, shape)*. + :param part: The current part object. + :param list: A shape in format *model.selection(TYPE, shape)*. + :return: Created object. Result """"""