Adding test cases from chl grid
[occt.git] / tests / bugs / vis / bug19_1
CommitLineData
a87752f3 1puts "================"
2puts "OCC19"
3puts "================"
4puts ""
5
6restore [locate_data_file OCC19.brep] result
352ffd73 7checkshape result
a87752f3 8
9tclean result
10incmesh result .9
11triangles result
12
13set info [trinfo result]
14regexp { +([-0-9.+eE]+) +triangles} $info full tri
15regexp { +([-0-9.+eE]+) +nodes} $info full nod
16
17if { $tri != 88 && $nod != 90 } {
18 puts "Faulty OCC19: here is shading problem"
19}
20
21set 3dviewer 0
22