Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / SketchPlugin / doc / equalFeature.rst
1 .. _sketchEqual:
2
3 Equal constraint
4 ================
5
6 | Equal constraint makes lines, circles or arcs equal.
7 | Lines become equal in length, circles and arcs - equal in radius.
8
9 To create an Equal constraint in the active Sketch:
10
11 #. select in the Main Menu *Sketch - > Equal* item  or
12 #. click **Equal** button in Sketch toolbar:
13
14 .. image:: images/equal.png
15    :align: center
16
17 .. centered::
18    **Equal**  button
19
20 Property panel:
21
22 .. image:: images/Equal_panel.png
23    :align: center
24
25 Input fields:
26
27 - **First object** is a line, a circle or an arc selected in the view.
28 - **Second object** is a line, a circle or an arc selected in the view.
29
30 Note that a line can be equal to a line only, a circle - to a circle or an arc.
31
32 | After the objects are selected, the object sizes become equal.
33 | The equal objects are marked with **=** sign.
34
35 **TUI Command**: *Sketch_1.setEqual(Object1, Object2)*
36
37 **Arguments**:  2 objects (2 lines, 2 arcs, 2 circles or circle and arc)
38
39 Result
40 """"""
41
42 Created Equal constraint appears in the view.
43
44 .. image:: images/Equal_res.png
45            :align: center
46
47 .. centered::
48    Created equal constraint
49
50 **See Also** a sample TUI Script of :ref:`tui_create_equal` operation.