X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FSketchPlugin%2Fdoc%2FparallelFeature.rst;h=556df5676ea5b3d491020a4266723982961d0a05;hb=0fcd69345a4dfdb31e252574c68bc70e123999e8;hp=8e952dedb105125db205ad277955160cb559fc9f;hpb=b7ec3c27f028060b3c42b7da6fa3dfe962fe26e4;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/parallelFeature.rst b/src/SketchPlugin/doc/parallelFeature.rst index 8e952dedb..556df5676 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 """"""