Salome HOME
Update from BR_V5_DEV 13Feb2009
[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 \n <b>Advanced option:</b>
18    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
19
20 \image html transformation7.png
21
22 \image html mirror_pointsn1.png "The initial shape and the mirror point"
23
24 \image html mirror_pointsn2.png "The resulting shape (grey)"
25
26 \n Secondly an \b Object can be mirrored through an \b Axis of
27 symmetry
28 \n <b>TUI Command:</b> <em>geompy.MakeMirrorByAxis(Object, Axis)</em>
29 \n <b>Arguments:</b> Name + one or several objects + 1 vector.
30 \n <b>Advanced option:</b>
31    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
32
33 \image html transformation8.png
34
35 \image html mirror_axissn1.png "The initial shape and the mirror edge"
36
37 \image html mirror_axissn2.png "The resulting shape (grey)"
38
39 \n Finally an \b Object can be mirrored through a \b Plane of symmetry
40 \n <b>TUI Command:</b> <em>geompy.MakeMirrorByPlane(Shape, Plane)</em>
41 \n <b>Arguments:</b> Name + one or several objects + 1 plane
42 \n <b>Advanced option:</b>
43    \ref restore_presentation_parameters_page "Set presentation parameters and subshapes from arguments".
44
45 \image html transformation9.png
46
47 \image html mirror_planesn1.png "The initial shape and the mirror plane"
48
49 \image html mirror_planesn2.png "The resulting shape (grey)"
50
51 Our <b>TUI Scripts</b> provide you with useful examples of the use of
52 \ref tui_mirror "Transformation Operations".
53
54 */