Salome HOME
Merge branch 'master' into V9_3_BR
[modules/shaper.git] / src / SketchPlugin / doc / parallelFeature.rst
index 77d0326b35aa8ab3f5f96ae7ceea81997cfe0213..8e952dedb105125db205ad277955160cb559fc9f 100644 (file)
@@ -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