0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug28596_1
1 puts "TODO OCC28596 ALL: Error: Erroneous fillet"
2
3 puts "========"
4 puts "OCC28596"
5 puts "========"
6 puts ""
7 ##################
8 # Erroneous fillet
9 ##################
10
11 restore [locate_data_file bug28596_fil.brep] f
12
13 explode f e
14 fillet result f 0.05 f_4
15
16 checkshape result
17
18 set Log [bopcheck result]
19 if {[regexp "This shape seems to be OK" ${Log}] != 1} {
20     puts "Error: Erroneous fillet"
21 }
22
23 vinit
24 vdisplay result
25 vviewparams -scale 702.276 -proj -0.67842 -0.368345 -0.635663 -up -0.730989 0.424987 0.533892 -at 0.191139 0.100954 0.167229 -eye -4.57791 -2.48838 -4.30125
26
27 checkview -screenshot -3d -path ${imagedir}/${test_image}-w.png
28
29 vsetdispmode 1
30 vselect 100 100
31 checkview -screenshot -3d -path ${imagedir}/${test_image}-s.png