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