0031853: Mesh - holes in triangulation with large linear deflection
[occt.git] / tests / bugs / mesh / bug31251
1 puts "======="
2 puts "0031251: Mesh - Add a parameter for IncrementalMesh to ignore face tolerance for face deflection"
3 puts "======="
4 puts ""
5
6 pload XDE
7
8 stepread [locate_data_file bug31251_Albatros_d2_elisa_a.STEP] a *
9 renamevar a_1 result
10
11 vinit
12 vtop
13 vsetdispmode 1
14 vdefaults -autoTriang 0
15
16 tclean result
17 incmesh result 0.004 -a 14
18 checktrinfo result -tri 72570 -nod 40951 -defl 0.24607185555570676 -tol_abs_defl 1e-6
19
20 vdisplay result -redisplay
21 vfit
22 checkview -screenshot -3d -path ${imagedir}/${test_image}_default.png
23
24 tclean result
25 incmesh result 0.004 -a 14 -force_face_def
26 checktrinfo result -tri 287990 -nod 148661 -defl 0.16388671063364907 -tol_abs_defl 1e-6
27
28 vdisplay result -redisplay
29 vfit
30 checkview -screenshot -3d -path ${imagedir}/${test_image}_tightfit.png