Salome HOME
Merge from BR_V5_DEV 16Feb09
[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 \image html symmetry.png "Symmetry button"
9
10 <em>To apply symmetry to your mesh:</em>
11 \par
12 From the \b Modification choose \b Transformation and  from its
13 sub-menu select the \b Symmetry item. The following dialog box shall
14 appear:
15
16 \image html symmetry1.png
17
18 \image html symmetry2.png
19
20 \image html symmetry3.png
21
22 \par
23 This operation has three options, you can symmetrically copy your mesh
24 or some of its elements specifying:
25 <ul>
26 <li>one point</li>
27 <li>one axis (point and vector)</li>
28 <li>one plane (point and normal)</li>
29 </ul>
30
31 <ul>
32 <li>Select elements for the symmetry operation
33 <ul>
34 <li>Check on <b>Select the whole mesh, submesh or group</b> option
35 <li>Choosing them manually with the mouse in the 3D Viewer. You can
36 click on an element in the 3D viewer and it will be highlighted</li>
37 <li>Applying Filters. The <b>Set filter</b> button allows to apply a
38 definite filter to selection of the elements. See more
39 about filters on the
40 \ref selection_filter_library_page "Selection filter library" page.</li>
41 </ul>
42 </li>
43 <li>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</li>
44 <li>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.</li>
45 <li>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).</li>
46 <li><b> Copy groups </b> checkbox allows copying the groups of elements of the source mesh to the newly created one.</li>
47 </ul>
48
49 \par
50
51 <br><b>See Also</b> a sample TUI Script of a 
52 \ref tui_symmetry "Symmetry" operation.  
53
54 */