0023748: Bad monitoring of intermediate results in offset commands
[occt.git] / tests / bugs / modalg_2 / bug264_10
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Faulty OCC264_10: here is shading problem"
2puts "TODO OCC12345 ALL: Error : The square of result shape is"
3
4puts "========"
5puts "OCC264"
6puts " (case 10)"
7puts "========"
8
9restore [locate_data_file OCC264_10.brep] result
352ffd73 10checkshape result
a87752f3 11
12tclean result
13vinit
14vdisplay result
15vclear
16
17isos result 0
18triangles result
19
20set tri_info [trinfo result]
21regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
22regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
23
24if { $tri != 8 && $nod != 10 } {
25 puts "Faulty OCC264_10: here is shading problem"
26} else {
27 puts "Shading of OCC264_10 is OK"
28}
29
30set square 0
31set 3dviewer 0
32