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