Salome HOME
Merge from BR_V5_DEV 16Feb09
[modules/smesh.git] / doc / salome / gui / SMESH / input / preview_meshes.doc
1 /*!
2
3 \page preview_meshes_page Preview and Compute meshes
4
5 Before whole mesh computation it is allowed to see the mesh preview.
6 When mesh object is already created and all hypotheses assigned,
7 select your mesh in the <b>Object Browser</b>. From the
8 \b Mesh menu select \b Preview or click "Preview" button of the
9 toolbar or activate "Preview" item from pop-up menu.
10
11 \image html mesh_precompute.png
12 <center><em>"Preview" button</em></center>
13
14 The Mesh Preview dialog box appears. In this dialog box you can select
15 preview mode <b>1D mesh</b> or <b>2D mesh</b> depending on assigned
16 hypotheses to mesh. 
17
18 The 1D mesh preview shows as nodes computed on geometry edges
19
20 \image html preview_mesh_1D.png
21
22 The 2D mesh preview shows edge mesh elements, computed on geometry faces
23
24 \image html preview_mesh_2D.png
25
26 Pressing <b>Compute</b> button leads to whole mesh computation
27 process.
28 During exit from Preview dialog box, the question about storage temporary
29 created mesh elements appers:
30
31 \image html preview_tmp_data.png
32
33 Note, that computed temporary mesh elements can be reused during next
34 mesh computation process.
35
36 */