X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildPlugin%2Fdoc%2FwireFeature.rst;h=32d03e58fe62f36773f649833cc24c97f68ca754;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=946fb0be2e6ea636f9c9056f2d1d0f40329771dc;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/BuildPlugin/doc/wireFeature.rst b/src/BuildPlugin/doc/wireFeature.rst index 946fb0be2..32d03e58f 100644 --- a/src/BuildPlugin/doc/wireFeature.rst +++ b/src/BuildPlugin/doc/wireFeature.rst @@ -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 """"""