Salome HOME
Add tutorial help page.
[modules/shaper.git] / src / SketchPlugin / doc / perpendicularFeature.rst
1 .. _sketchPerpendicular:
2
3 Perpendicular constraint
4 ========================
5
6 Perpendicular constraint fixes two lines to lie at 90 degrees to one another.
7
8 To create Perpendicular in the active Sketch:
9
10 #. select in the Main Menu *Sketch - > Perpendicular* item  or
11 #. click **Perpendicular** button in Sketch toolbar:
12
13 .. image:: images/perpendicular.png
14    :align: center
15
16 .. centered::
17    **Perpendicular**  button
18
19 Property panel:
20
21 .. image:: images/Perpendicular_panel.png
22    :align: center
23
24 Input fields:
25
26 - **First line** is the first line selected in the view.
27 - **Second line** is the second line selected in the view.
28
29 After the lines are selected the special sign will be added to each of them in the view.
30
31 **TUI Command**: *Sketch_1.setPerpendicular(Line1, Line2)*
32
33 **Arguments**:  2 line objects
34
35 Result
36 """"""
37
38 Created Perpendicular constraint appears in the view.
39
40 .. image:: images/Perpendicular_res.png
41            :align: center
42
43 .. centered::
44    Perpendicular constraint created
45
46 **See Also** a sample TUI Script of a :ref:`tui_create_perpendicular` operation.