0031999: Tests - request Core Profile on macOS for Ray-Tracing tests
[occt.git] / tests / bugs / vis / bug22502
1 puts "TODO OCC11111 ALL: Error: Number of triangles"
2 puts "TODO OCC11111 ALL: Error: Number of nodes"
3 puts "TODO OCC11111 ALL: Error: Maximal deflection"
4
5 puts "============"
6 puts "OCC22502"
7 puts "============"
8 puts ""
9 #######################################################################
10 # Triangulation cannot be built on valid face
11 #######################################################################
12
13 set BugNumber OCC22502
14
15 pload ALL
16
17 restore [locate_data_file OCC22502-bug601_noshading.brep] result
18 checkshape result
19 tolerance result
20 tclean result
21
22 set Deflection 0.001
23 incmesh result ${Deflection}
24
25 checktrinfo result -tri 170 -nod 172 -defl 0.00061201255663038154 -tol_rel_defl 0.001 -tol_rel_tri 0.001 -tol_rel_nod 0.001
26
27 vinit
28 vdisplay result
29 vfit
30
31 vsetdispmode 1
32
33 checkview -screenshot -3d -path ${imagedir}/${test_image}.png