Salome HOME
IPAL53073: Hexotic Mesh is not compute
[modules/smesh.git] / doc / salome / gui / SMESH / input / aspect_ratio_3d.doc
1 /*!
2
3 \page aspect_ratio_3d_page Aspect ratio 3D
4
5 \n The <b>Aspect Ratio 3D</b> mesh quality criterion calculates the same
6 parameter as the \ref aspect_ratio_page "Aspect ratio" criterion, but
7 it is applied to 3D mesh elements: tetrahedrons, pentahedrons,
8 hexahedrons, etc.
9
10 - The <b>Aspect Ratio</b> of a \b tetrahedron 3D element defined by
11 vertices {a,b,c,d } is calculated by the formula:
12
13 \image html formula1.png
14
15 - Other element types like polyhedron, pentahedron and hexahedron use
16   the following formula:
17
18 \image html formula2.png
19
20 <em>To apply the Aspect Ratio 3D quality criterion to your mesh:</em>
21 <ol>
22 <li>Display your mesh in the viewer.</li>
23
24 <li>Choose <b>Controls > Volume Controls > Aspect Ratio 3D</b> or click
25 <em>"Aspect Ratio 3D"</em> button of the toolbar.
26
27 \image html image144.png
28 <center><em>"Aspect Ratio 3D" button</em></center>
29
30 Your mesh will be displayed in the viewer with its elements colored
31 according to the applied mesh quality control criterion:
32
33 \image html image86.jpg
34 </li>
35 </ol>
36
37 <br><b>See Also</b> a sample TUI Script of a 
38 \ref tui_aspect_ratio_3d "Aspect Ratio 3D quality control" operation. 
39
40 */