Salome HOME
f852902b0c308cd315650d973dc5f6f3f825bc5f
[modules/geom.git] / doc / salome / gui / GEOM / input / mirror_operation.doc
1 /*!
2
3 \page mirror_operation_page Mirror Image
4
5 \n To produce a <b>Mirror Image</b> in the <b>Main Menu</b> select 
6 <b>Operations - > Transformation - > Mirror Image</b>
7
8 \n This operation creates a symmetrical copy of an \b Object, which
9 can be mirrored in three different ways.
10 \n <b>Create a copy</b> checkbox allows to keep the initial object,
11 otherwise it will be removed.
12 \n The \b Result will be a \b GEOM_Object.
13
14 \n Firstly an \b Object can be mirrored through a \b Point of symmetry
15 \n <b>TUI Command:</b> <em>geompy.MakeMirrorByPoint(Object, Point)</em>
16 \n <b>Arguments:</b> Name + one or several objects + 1 vertex.
17
18 \image html transformation7.png
19
20 \image html mirror_pointsn1.png
21
22 \image html mirror_pointsn2.png
23
24 \n Secondly an \b Object can be mirrored through an \b Axis of
25 symmetry
26 \n <b>TUI Command:</b> <em>geompy.MakeMirrorByAxis(Object, Axis)</em>
27 \n <b>Arguments:</b> Name + one or several objects + 1 vector.
28
29 \image html transformation8.png
30
31 \image html mirror_axissn1.png
32
33 \image html mirror_axissn2.png
34
35 \n Finally an \b Object can be mirrored through a \b Plane of symmetry
36 \n <b>TUI Command:</b> <em>geompy.MakeMirrorByPlane(Shape, Plane)</em>
37 \n <b>Arguments:</b> Name + one or several objects + 1 plane
38
39 \image html transformation9.png
40
41 \image html mirror_planesn1.png
42
43 \image html mirror_planesn2.png
44
45 Our <b>TUI Scripts</b> provide you with useful examples of the use of
46 \ref tui_mirror "Transformation Operations".
47
48 */