Salome HOME
Ameliorate help pages
[modules/shaper.git] / src / BuildPlugin / doc / wireFeature.rst
index 946fb0be2e6ea636f9c9056f2d1d0f40329771dc..32d03e58fe62f36773f649833cc24c97f68ca754 100644 (file)
@@ -1,3 +1,4 @@
+.. |feature_wire.icon|    image:: images/feature_wire.png
 
 Wire
 ====
@@ -7,13 +8,7 @@ Wire feature creates a wire using edges already existing in other objects.
 To create a wire in the active part:
 
 #. select in the Main Menu *Build - > Wire* item  or
-#. click **Wire** button in the toolbar
-
-.. image:: images/feature_wire.png
-  :align: center
-
-.. centered::
-  **Wire** button
+#. click |feature_wire.icon| **Wire** button in the toolbar
 
 The following property panel will be opened:
 
@@ -29,9 +24,13 @@ Select one or several edges in the viewer. For automatic selection of a closed c
 
 **Cancel** button cancels the operation. 
 
-**TUI Command**:  *model.addWire(Part_doc, Shapes)*
+**TUI Command**:
+
+.. py:function:: model.addWire(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
 """"""