X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FfaceFeature.rst;fp=src%2FBuildPlugin%2Fdoc%2FfaceFeature.rst;h=57f70a2c15041b4621d31907112ea81ac0d0be4c;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=aee91f3a12f8b16d7652d4dd282ebf808120db10;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/faceFeature.rst b/src/BuildPlugin/doc/faceFeature.rst index aee91f3a1..57f70a2c1 100644 --- a/src/BuildPlugin/doc/faceFeature.rst +++ b/src/BuildPlugin/doc/faceFeature.rst @@ -1,4 +1,5 @@ .. _buildFace: +.. |feature_face.icon| image:: images/feature_face.png Face ==== @@ -8,13 +9,7 @@ Face feature creates one or several faces using shapes already existing in other To create a face in the active part: #. select in the Main Menu *Build - > Face* item or -#. click **Face** button in the toolbar - -.. image:: images/feature_face.png - :align: center - -.. centered:: - **Face** button +#. click |feature_face.icon| **Face** button in the toolbar The following property panel will be opened: @@ -30,9 +25,13 @@ Select one or several faces in viewer. Additionally, a face can be build by a cl **Cancel** button cancels the operation. -**TUI Command**: *model.addFace(Part_doc, Shapes)* +**TUI Command**: + +.. py:function:: model.addFace(Part_doc, Shapes) -**Arguments**: Part document + list of shapes. + :param part: The current part object. + :param list: A list of shapes. + :return: Result object. Result """"""