X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketchPlugin%2Fdoc%2FparallelFeature.rst;h=96832d9c5caff7de808ff1432ce95dc5dcfb6f46;hb=d3afed6da21a10db226a968698b63af318e6111e;hp=8e952dedb105125db205ad277955160cb559fc9f;hpb=bcd96990e1fca77402d522bc8b095ebfa1091894;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/parallelFeature.rst b/src/SketchPlugin/doc/parallelFeature.rst index 8e952dedb..96832d9c5 100644 --- a/src/SketchPlugin/doc/parallelFeature.rst +++ b/src/SketchPlugin/doc/parallelFeature.rst @@ -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 """""" @@ -42,4 +41,4 @@ Created Parallel constraint appears in the view. .. centered:: Created parallel constraint -**See Also** a sample TUI Script of :ref:`tui_create_parallel` operation. \ No newline at end of file +**See Also** a sample TUI Script of :ref:`tui_create_parallel` operation.