0031275: Visualization, TKOpenGl - handle normal-map texture with Path-Tracing
[occt.git] / tests / bugs / modalg_7 / bug29910_1
1 puts "========"
2 puts "OCC29910: Porting to Debian80-64 : Regressions in Modeling Algorithms"
3 puts "========"
4 puts ""
5
6 # Different result between Debian 7 and Debian 8.
7 puts "TODO ?OCC29910 Linux: Error :  is WRONG because number of EDGE entities in shape \"rs\" is 16"
8 puts "TODO ?OCC29910 Linux: Error :  is WRONG because number of SHELL entities in shape \"result\" is 5"
9 puts "TODO ?OCC29910 Linux: Error :  is WRONG because number of SOLID entities in shape \"result\" is 5"
10 puts "TODO ?OCC29910 Linux: Error : The area of result shape is"
11 puts "TODO ?OCC29910 Linux: Error : The volume of result shape is"
12
13 ptorus t1 100 10
14 ptorus t2 100 10
15 ttranslate t2 100 0 0
16 axo; fit
17 bclearobjects
18 bcleartools
19 baddobjects t1
20 baddtools t2
21 bfillds
22 bbop rs 4
23
24 checksection rs -r 0
25
26 checkshape rs
27
28 if {[regexp "Faulties" [bopargcheck rs]]} {
29   puts "Error: bopargcheck has found some faulties in result"
30 }
31
32 checkmaxtol rs -ref 7.5e-6
33 checknbshapes rs -edge 14
34 checkprops rs -l 330.096
35
36 bbuild result
37
38 checknbshapes result -shell 6 -solid 6
39 checkshape result
40 checkprops result -v 382445 -s 82663
41
42 smallview 
43 don result
44 fit
45
46 checkview -screenshot -2d -path ${imagedir}/${test_image}.png