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