Salome HOME
Ameliorate help pages
[modules/shaper.git] / src / BuildPlugin / doc / solidFeature.rst
index 7af0590f7fa0a09883e2b2357456c39fd98523f5..e374577be10f3c6729bdf4a6894536bc75f2d9fc 100644 (file)
@@ -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
 """"""