]> SALOME platform Git repositories - modules/shaper.git/blob - src/SketchPlugin/doc/mirrorFeature.rst
Salome HOME
Correct documentation bugs, adapt for 'Read The Docs' theme (bos #18858)
[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 .. image:: images/Mirror_panel.png
16   :align: center
17
18 .. centered::
19    Mirror copy
20
21 Input fields:
22
23 - **Mirror line** is the mirror line selected in the view.
24 - **Segments** is the list of segments (lines, circles, arcs) selected in the view.
25
26 **TUI Command**:
27
28 .. py:function:: Sketch_1.addMirror(MirrorLine, Objects)
29
30     :param object: A mirror line.
31     :param listg: A list of objects.
32     :return: Result object.
33
34 Result
35 """"""
36
37 Created Mirror copy appears in the view.
38
39 | The original and the mirror copy objects are marked with a special sign.
40 | Copy object is drawn with a thinner line.
41
42 .. image:: images/Mirror_res.png
43            :align: center
44
45 .. centered::
46    Mirror copy created
47
48 **See Also** a sample TUI Script of :ref:`tui_create_mirror` operation.