Integration part of tests of grid chl
[occt.git] / tests / bugs / moddata / bug15
CommitLineData
0e94a94e 1
2puts "================"
3puts "OCC15"
4puts "================"
5puts ""
6
7restore [locate_data_file OCC15.brep] result
8
9puts [checkshape result]
10
11vinit
12tclean result
13vdisplay result
14vsetdispmode result 1
15vfit
16
17set info [trinfo result]
18regexp { +([-0-9.+eE]+) +triangles} $info full tri
19regexp { +([-0-9.+eE]+) +nodes} $info full nod
20
21#($tri != 5370,$nod != 2783)($tri != 5356,$nod != 2774)($tri != 5354,$nod != 2773),aki251103
22if { ($tri != 5643 || $nod != 2915) } {
23 puts "Shady OCC15 : shading problem may be, nb tri & nod were changed"
24}
25
26set 2dviewer 0
27