Adding test cases for chl grid
[occt.git] / tests / bugs / moddata / bug258_1
CommitLineData
0e94a94e 1
2puts "========================"
3puts " OCC258 "
4puts "(case 1)"
5puts "========================"
6
7restore [locate_data_file shading_143.brep] result
352ffd73 8checkshape result
0e94a94e 9
10tclean result
11isos result 0
12vinit
13vdisplay result
14vsetdispmode result 1
15vfit
16triangles result
17
18set info [trinfo result]
19regexp { +([-0-9.+eE]+) +triangles} $info full tri
20regexp { +([-0-9.+eE]+) +nodes} $info full nod
21
22if { $tri < 71 || $nod < 73 } {
23 puts "Error (case 1) : here is shading problem"
24}
25
26set 3dviewer 0
27