X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FshellFeature.rst;h=cc576b676422768ba1954a8c7bf7acc79336b974;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=9317f0638191bba97255e4fc926586226db5731a;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/shellFeature.rst b/src/BuildPlugin/doc/shellFeature.rst index 9317f0638..cc576b676 100644 --- a/src/BuildPlugin/doc/shellFeature.rst +++ b/src/BuildPlugin/doc/shellFeature.rst @@ -1,3 +1,4 @@ +.. |feature_shell.icon| image:: images/feature_shell.png Shell ===== @@ -7,13 +8,7 @@ Shell feature creates a shell using faces already existing in other objects. To create a shell in the active part: #. select in the Main Menu *Build - > Shell* item or -#. click **Shell** button in the toolbar - -.. image:: images/feature_shell.png - :align: center - -.. centered:: - **Shell** button +#. click |feature_shell.icon| **Shell** button in the toolbar The following property panel will be opened: @@ -29,9 +24,13 @@ Select one or several faces in the viewer. **Cancel** button cancels the operation. -**TUI Command**: *model.addShell(Part_doc, Objects)* +**TUI Command**: + +.. py:function:: model.addShell(Part_doc, Objects) -**Arguments**: Part document + list of shapes. + :param part: The current part object. + :param list: A list of shapes. + :return: Result object. Result """"""