Modified TODOs in test cases bugs modalg_2 bug5805_* with number of issue #25925.
[occt.git] / tests / bugs / modalg_2 / bug264_9
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC264_9: here is shading problem"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "========"
5puts "OCC264"
6puts " (case 9)"
7puts "========"
8
9restore [locate_data_file OCC264_09.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 != 19 && $nod != 21 } {
28 puts "Faulty OCC264_9: here is shading problem"
29} else {
30 puts "Shading of OCC264_9 is OK"
31}
32
33set square 0
34set 3dviewer 0