X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FfillingFeature.rst;h=7e0111cf7f2968d17a3d897257a155c6401d12ba;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=da0b5ca242dfa3eb5adb5a09949e9993e6095e88;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/fillingFeature.rst b/src/BuildPlugin/doc/fillingFeature.rst index da0b5ca24..7e0111cf7 100644 --- a/src/BuildPlugin/doc/fillingFeature.rst +++ b/src/BuildPlugin/doc/fillingFeature.rst @@ -1,3 +1,4 @@ +.. |feature_filling.icon| image:: images/feature_filling.png Filling ======= @@ -7,13 +8,7 @@ Filling feature creates one or several faces using shapes already existing in ot To create a filling in the active part: #. select in the Main Menu *Build - > Filling* item or -#. click **Filling** button in the toolbar - -.. image:: images/feature_filling.png - :align: center - -.. centered:: - **Filling** button +#. click |feature_filling.icon| **Filling** button in the toolbar The following property panel will be opened: @@ -31,9 +26,13 @@ Select two or more edges in the viewer. **Cancel** button cancels the operation. -**TUI Command**: *model.addFilling(Part_doc, Edges)* +**TUI Command**: + +.. py:function:: model.addFilling(Part_doc, Edges) -**Arguments**: Part document + list of edges. + :param part: The current part object. + :param list: A list of shapes. + :return: Result object. Result """"""