Salome HOME
Update copyrights in the documentation.
[modules/smesh.git] / doc / salome / gui / SMESH / input / warping.doc
1 /*!
2
3 \page warping_page Warping
4
5 \image html image24.gif
6
7 \n \b Warping indicates that a face is not planar and is applied only to
8 2D elements with 4 nodes. This quality control criterion is based on a
9 projection plane created by:
10 <ol>
11 <li>bisecting the four element edges,</li>
12 <li>creating a point on the plane at the vector average of the
13 corners, where the x-axis extends from the point to the bisector on
14 edge 2.</li>
15 </ol>
16 The plane normal is in the direction of the cross product of the
17 x-axis and the vector from the origin to the bisector of edge 3. Every
18 corner of the quad will then be a distance ?h? from the plane. The
19 length of each half edge is measured and the shortest length is
20 assigned ?l?. The warp angle is the arcsine of the ratio of the
21 projection height ?h? to the half edge length ?l?.
22
23 <em>To apply the Warping quality criterion to your mesh:</em>
24 <ol>
25 <li>Display your mesh in the viewer.</li>
26
27 <li>Choose <b>Controls > Face Controls > Warping Angle</b> or click
28 <em>"Warping angle"</em> button of the toolbar.
29
30 \image html image39.png
31 <center><em>"Warping angle" button</em></center>
32
33 Your mesh will be displayed in the viewer with its elements colored
34 according to the applied mesh quality control criterion:
35
36 \image html image97.jpg
37 </li>
38 </ol>
39
40 <br><b>See Also</b> a sample TUI Script of a 
41 \ref tui_warping "Warping quality control" operation.  
42
43 */