X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FsolidFeature.rst;h=e374577be10f3c6729bdf4a6894536bc75f2d9fc;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=7af0590f7fa0a09883e2b2357456c39fd98523f5;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/solidFeature.rst b/src/BuildPlugin/doc/solidFeature.rst index 7af0590f7..e374577be 100644 --- a/src/BuildPlugin/doc/solidFeature.rst +++ b/src/BuildPlugin/doc/solidFeature.rst @@ -1,3 +1,4 @@ +.. |feature_solid.icon| image:: images/feature_solid.png Solid ===== @@ -7,13 +8,7 @@ Solid feature creates a solid using faces already existing in other objects. To create a solid in the active part: #. select in the Main Menu *Build - > Solid* item or -#. click **Solid** button in the toolbar - -.. image:: images/feature_solid.png - :align: center - -.. centered:: - **Solid** button +#. click |feature_solid.icon| **Solid** button in the toolbar The following property panel will be opened: @@ -29,9 +24,13 @@ Select one or several faces in the viewer. The selected faces have to define a c **Cancel** button cancels the operation. -**TUI Command**: *model.addSolid(Part_doc, Shapes)* +**TUI Command**: + +.. py:function:: model.addSolid(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 """"""