Salome HOME
Ameliorate help pages
[modules/shaper.git] / src / SketchPlugin / doc / parallelFeature.rst
index 8e952dedb105125db205ad277955160cb559fc9f..556df5676ea5b3d491020a4266723982961d0a05 100644 (file)
@@ -1,3 +1,4 @@
+.. |parallel.icon|    image:: images/parallel.png
 
 Parallel constraint
 ===================
@@ -7,13 +8,7 @@ Parallel constraint fixes two lines as parallel to one another.
 To create a Parallel constraint in the active Sketch:
 
 #. select in the Main Menu *Sketch - > Parallel* item  or
-#. click **Parallel** button in Sketch toolbar:
-
-.. image:: images/parallel.png
-   :align: center
-
-.. centered::
-   **Parallel**  button
+#. click |parallel.icon| **Parallel** button in Sketch toolbar:
 
 Property panel:
 
@@ -27,9 +22,13 @@ Input fields:
 
 After the lines are selected **||** sign will be added to each of them in the view.
 
-**TUI Command**: *Sketch_1.setParallel(Line1, Line2)*
+**TUI Command**:
+
+.. py:function:: Sketch_1.setParallel(Line1, Line2)
 
-**Arguments**:  2 line objects
+    :param object: Line 1.
+    :param object: Line 2.
+    :return: Result object.
 
 Result
 """"""