Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/smesh.git] / doc / salome / gui / SMESH / input / symmetry.doc
1 /*!
2
3 \page symmetry_page Symmetry
4
5 \n This geometrical operation allows to perform a symmetrical copy of
6 your mesh or some of its elements.
7
8 <em>To apply symmetry to your mesh:</em>
9 \par
10 From the \b Modification choose \b Transformation and  from its
11 sub-menu select the \b Symmetry item. The following dialog box shall
12 appear:
13
14 \image html symmetry1.png
15
16 \image html symmetry2.png
17
18 \image html symmetry3.png
19
20 \par
21 This operation has three options, you can symmetrically copy your mesh
22 or some of its elements specifying:
23 <ul>
24 <li>one point</li>
25 <li>one axis (point and vector)</li>
26 <li>one plane (point and normal)</li>
27 </ul>
28
29
30 \n Toggle the corresponding checkbox to <b> Select whole mesh, submesh or group.</b>  
31 \n When <b>Move elements</b> radio button is selected, the source mesh (or elements) is created at the new location and erased from its previous location
32 \n When <b>Copy elements</b> radio button is selected,the source mesh (or elements) is created at the new location, but it also remains at its previous location and is considered one and single mesh with the result of the translation.
33 \n When <b>Create as new mesh</b> radio button is selected, the source mesh (or elements) remains at its previous location and a new mesh is created at the new location and appears in the Object Browser with the default name MeshName_mirrored (you can change this name in the adjacent box).
34 \n <b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.
35
36 .
37 \par
38
39 <br><b>See Also</b> a sample TUI Script of a 
40 \ref tui_symmetry "Symmetry" operation.  
41
42 */