1 .. |mirror.icon| image:: images/Mirror.png
6 Mirror copy operation mirrors sketch entities across a line.
8 To create a Mirror copy in the active Sketch:
10 #. select in the Main Menu *Sketch - > Mirror copy* item or
11 #. click |mirror.icon| **Mirror copy** button in Sketch toolbar:
15 .. figure:: images/Mirror_panel.png
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.
27 .. py:function:: Sketch_1.addMirror(MirrorLine, Objects)
29 :param object: A mirror line.
30 :param listg: A list of objects.
31 :return: Result object.
36 Created Mirror copy appears in the view.
38 | The original and the mirror copy objects are marked with a special sign.
39 | Copy object is drawn with a thinner line.
41 .. figure:: images/Mirror_res.png
46 **See Also** a sample TUI Script of :ref:`tui_create_mirror` operation.