X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FparallelFeature.rst;h=8e952dedb105125db205ad277955160cb559fc9f;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=77d0326b35aa8ab3f5f96ae7ceea81997cfe0213;hpb=c5ec43297b55923e1cf2ee39978bf42d733ee465;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/parallelFeature.rst b/src/SketchPlugin/doc/parallelFeature.rst index 77d0326b3..8e952dedb 100644 --- a/src/SketchPlugin/doc/parallelFeature.rst +++ b/src/SketchPlugin/doc/parallelFeature.rst @@ -1,3 +1,45 @@ Parallel constraint =================== + +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 + +Property panel: + +.. image:: images/Parallel_panel.png + :align: center + +Input fields: + +- **First line** is the first line selected in the view. +- **Second line** is the second line selected in the view. + +After the lines are selected **||** sign will be added to each of them in the view. + +**TUI Command**: *Sketch_1.setParallel(Line1, Line2)* + +**Arguments**: 2 line objects + +Result +"""""" + +Created Parallel constraint appears in the view. + +.. image:: images/Parallel_res.png + :align: center + +.. centered:: + Created parallel constraint + +**See Also** a sample TUI Script of :ref:`tui_create_parallel` operation. \ No newline at end of file