X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2Fdoc%2FequalFeature.rst;h=a0305cb9797712a1723eb7212fadbc14658c0e2d;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=222672d459c55bece42acc8eccc5d1ee3c548922;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/equalFeature.rst b/src/SketchPlugin/doc/equalFeature.rst index 222672d45..a0305cb97 100644 --- a/src/SketchPlugin/doc/equalFeature.rst +++ b/src/SketchPlugin/doc/equalFeature.rst @@ -1,4 +1,5 @@ .. _sketchEqual: +.. |equal.icon| image:: images/equal.png Equal constraint ================ @@ -9,13 +10,7 @@ Equal constraint To create an Equal constraint in the active Sketch: #. select in the Main Menu *Sketch - > Equal* item or -#. click **Equal** button in Sketch toolbar: - -.. image:: images/equal.png - :align: center - -.. centered:: - **Equal** button +#. click |equal.icon| **Equal** button in Sketch toolbar: Property panel: @@ -32,9 +27,13 @@ Note that a line can be equal to a line only, a circle - to a circle or an arc. | After the objects are selected, the object sizes become equal. | The equal objects are marked with **=** sign. -**TUI Command**: *Sketch_1.setEqual(Object1, Object2)* +**TUI Command**: + +.. py:function:: Sketch_1.setEqual(Object1, Object2) -**Arguments**: 2 objects (2 lines, 2 arcs, 2 circles or circle and arc) + :param object: First object. + :param object: Second object. + :return: Result object. Result """"""