0026833: Create command checkview containing all viewer types
[occt.git] / tests / bugs / moddata_2 / fra62476_1
CommitLineData
0e94a94e 1puts "TODO OCC12345 ALL: Error : here is shading problem"
2
3puts "============"
4puts "FRA62476"
5puts ""
6puts "=================================="
7puts "It takes visual check for this BUG"
8puts "=================================="
9puts ""
10
11restore [locate_data_file fra62476a.brep] result
352ffd73 12checkshape result
0e94a94e 13
14tclean result
15incmesh result .1
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 != 93 && $nod != 56 } {
23 puts "Error : here is shading problem"
24}
25
5747059b 26checkview -display result -3d -path ${imagedir}/${test_image}.png