Adding test cases for chl grid
[occt.git] / tests / bugs / moddata / bug17
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: Faulty OCC17: here can be shading problem"
2
3puts "================"
4puts "OCC17"
5puts "================"
6puts ""
7
8#####################################################
9puts " Solid_14 will be the face which is unvisible during displaying entire solid."
10#####################################################
11
12restore [locate_data_file OCC17.brep] sh
13
352ffd73 14checkshape sh
0e94a94e 15
16explode sh f
17renamevar sh_14 result
18tclean result
19vinit
20vdisplay result
21vsetdispmode result 1
22vfit
23
24set info [trinfo result]
25regexp { +([-0-9.+eE]+) +triangles} $info full tri
26regexp { +([-0-9.+eE]+) +nodes} $info full nod
27
28if { $tri != 100 && $nod != 94 } {
29 puts "Faulty OCC17: here can be shading problem"
30}
31
32set 2dviewer 0
33
34