Salome HOME
Corrections for the user's manual from the English language point of view
[modules/shaper.git] / src / SketchPlugin / doc / mirrorFeature.rst
1
2 Mirror copy
3 ===========
4
5 Mirror copy operation mirrors sketch entities across a line.
6
7 To create a Mirror copy in the active Sketch:
8
9 #. select in the Main Menu *Sketch - > Mirror copy* item  or
10 #. click **Mirror copy** button in Sketch toolbar:
11
12 .. image:: images/mirror.png
13    :align: center
14
15 .. centered::
16    **Mirror copy**  button
17
18 Property panel:
19
20 .. image:: images/Mirror_panel.png
21   :align: center
22
23 .. centered::
24    Mirror copy
25
26 Input fields:
27
28 - **Mirror line** is the mirror line selected in the view.
29 - **Segments** is the list of segments (lines, circles, arcs) selected in the view.
30
31 **TUI Command**: *Sketch_1.addMirror(MirrorLine, Objects)*
32
33 **Arguments**:   Mirror line and a list of objects
34
35 Result
36 """"""
37
38 Created Mirror copy appears in the view.
39
40 | The original and the mirror copy objects are marked with a special sign.
41 | Copy object is drawn with a thinner line.
42
43 .. image:: images/Mirror_res.png
44            :align: center
45
46 .. centered::
47    Mirror copy created
48
49 **See Also** a sample TUI Script of :ref:`tui_create_mirror` operation.