Correction of testing case for issue 24374
[occt.git] / tests / bugs / moddata_2 / bug256
CommitLineData
0e94a94e 1
2puts "========"
3puts "OCC256"
4puts "========"
5
6restore [locate_data_file OCC256.brep] result
352ffd73 7checkshape result
0e94a94e 8
9tclean result
10vinit
11vdisplay result
12vsetdispmode result 1
13vfit
14
15set info [trinfo result]
16regexp { +([-0-9.+eE]+) +triangles} $info full tri
17regexp { +([-0-9.+eE]+) +nodes} $info full nod
18
19if { $tri != 66 && $nod != 66 } {
20 puts "Error : here is shading problem"
21}
22
23set 3dviewer 0