Adjusting testing cases
[occt.git] / tests / bugs / moddata / bug62476_2
CommitLineData
0e94a94e 1
2puts "=========="
3puts "FRA62476"
4puts ""
5puts "=================================="
6puts "It takes visual check for this BUG"
7puts "=================================="
8puts ""
9
10restore [locate_data_file fra62476b.brep] result
11puts [checkshape result]
12
13tclean result
14incmesh result .1
15triangles result
16
17set info [trinfo result]
18regexp { +([-0-9.+eE]+) +triangles} $info full tri
19regexp { +([-0-9.+eE]+) +nodes} $info full nod
20
21if { $tri !=239 && $nod != 145 } {
22 puts "Shady FRA62476: here may be shading problem, number tri & nod
23 are changed"
24}
25
26set 3dviewer 0
27
28