Correction of testing case for issue 24374
[occt.git] / tests / bugs / modalg_2 / bug264_5
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC264_5: here is shading problem"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "========"
5puts "OCC264"
6puts " (case 5)"
7puts "========"
8
9restore [locate_data_file OCC264_05.brep] result
352ffd73 10checkshape result
a87752f3 11
12tclean result
13vinit
14vdisplay result
15vclear
16
17isos result 0
18triangles result
19
20#smallview
21#fit
22
23set tri_info [trinfo result]
24regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
25regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
26
27if { $tri != 85 && $nod != 87 } {
28 puts "Faulty OCC264_5: here is shading problem"
29} else {
30 puts "Shading of OCC264_5 is OK"
31}
32
33set square 0
34set 3dviewer 0
35