0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug264_12
CommitLineData
61c421bf 1puts "TODO OCC11111 ALL: Faulty OCC264_12: here is shading problem"
2puts "TODO OCC11111 ALL: Error : The square of result shape is"
3
4puts "========"
5puts "OCC264"
6puts " (case 12)"
7puts "========"
8
9restore [locate_data_file OCC264_12.brep] result
10
11tclean result
12vinit
13vdisplay result
14vclear
15
16isos res 0
17triangles result
18
19#smallview
20#fit
21
22set tri_info [trinfo result]
23regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
24regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
25
26if { $tri != 19 && $nod != 21 } {
27 puts "Faulty OCC264_12: here is shading problem"
28} else {
29 puts "Shading of OCC264_12 is OK"
30}
31
32set square 0
33set 2dviewer 0