Salome HOME
Ameliorate help pages
[modules/shaper.git] / src / SketchPlugin / doc / equalFeature.rst
index 222672d459c55bece42acc8eccc5d1ee3c548922..a0305cb9797712a1723eb7212fadbc14658c0e2d 100644 (file)
@@ -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
 """"""