0024387: Tests - use system-independent fonts in test cases
[occt.git] / tests / bugs / vis / bug19_2
CommitLineData
a87752f3 1puts "================"
2puts "OCC19"
3puts "================"
4puts ""
5
6restore [locate_data_file OCC19.brep] result
352ffd73 7checkshape result
a87752f3 8
9tclean result
10vinit
11vdisplay result
12vsetdispmode result 1
13isos result 0
14triangles result
15
16set info [trinfo result]
17regexp { +([-0-9.+eE]+) +triangles} $info full tri
18regexp { +([-0-9.+eE]+) +nodes} $info full nod
19
20#$tri/$nod:122/124aki251103
21
22if { $tri != 83 && $nod != 85 } {
23 puts "Shady OCC19: shading problem may be, nb tri & nod were changed"
24}
25
26set 3dviewer 0
27
28