Salome HOME
Porting GUI documentation on Doxygen tool.
[modules/smesh.git] / doc / salome / gui / SMESH / input / warping.doc
1 /*!
2
3 \page warping_page Warping
4
5 \n \b Warping indicates that a face is not planar and is applied only to
6 2D elements with 4 nodes. This quality control criterion is based on a
7 projection plane created by:
8 <ol>
9 <li>bisecting the four element edges,</li>
10 <li>creating a point on the plane at the vector average of the
11 corners, where the x-axis extends from the point to the bisector on
12 edge 2.</li>
13 </ol>
14 The plane normal is in the direction of the cross product of the
15 x-axis and the vector from the origin to the bisector of edge 3. Every
16 corner of the quad will then be a distance ?h? from the plane. The
17 length of each half edge is measured and the shortest length is
18 assigned ?l?. The warp angle is the arcsine of the ratio of the
19 projection height ?h? to the half edge length ?l?.
20
21 \image html image24.gif
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 > Warp</b> or click <em>"Warping angle"</em>
28 button of the toolbar.
29
30 \image html image39.gif
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 */