X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2Fdoc%2FmirrorFeature.rst;h=da5ec12f30b4bec848d5c8631450331b7b13bbf9;hb=bcd96990e1fca77402d522bc8b095ebfa1091894;hp=5910ebaf7342d7ff084069a0d65768581f021536;hpb=1e2eaa713f139d2617c80eba9ede62d4e9976bb7;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/doc/mirrorFeature.rst b/src/SketchPlugin/doc/mirrorFeature.rst index 5910ebaf7..da5ec12f3 100644 --- a/src/SketchPlugin/doc/mirrorFeature.rst +++ b/src/SketchPlugin/doc/mirrorFeature.rst @@ -1,10 +1,49 @@ -Mirror -====== +Mirror copy +=========== +Mirror copy operation mirrors sketch entities across a line. -.. image:: images/Mirror.png +To create a Mirror copy in the active Sketch: + +#. select in the Main Menu *Sketch - > Mirror copy* item or +#. click **Mirror copy** button in Sketch toolbar: + +.. image:: images/mirror.png + :align: center + +.. centered:: + **Mirror copy** button + +Property panel: + +.. image:: images/Mirror_panel.png :align: center .. centered:: - Create a mirror + Mirror copy + +Input fields: + +- **Mirror line** is the mirror line selected in the view. +- **Segments** is the list of segments (lines, circles, arcs) selected in the view. + +**TUI Command**: *Sketch_1.addMirror(MirrorLine, Objects)* + +**Arguments**: Mirror line and a list of objects + +Result +"""""" + +Created Mirror copy appears in the view. + +| The original and the mirror copy objects are marked with a special sign. +| Copy object is drawn with a thinner line. + +.. image:: images/Mirror_res.png + :align: center + +.. centered:: + Mirror copy created + +**See Also** a sample TUI Script of :ref:`tui_create_mirror` operation. \ No newline at end of file