0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_2 / bug22864_3
1 puts "============"
2 puts "OCC22864"
3 puts "============"
4 puts ""
5 ##############################################################################################
6 # The algorithm BiTgte_Blend obtains instable results
7 ##############################################################################################
8
9 set BugNumber OCC22864
10
11 sphere s1 10
12 sphere s2 10
13 mkface f1 s1
14 mkface f2 s2
15 scalexyz f1 f1 2 2 1
16 scalexyz f2 f2 0.5 0.5 2
17 compound f1 f2 s
18
19 brollingball result s 2. @ f1 f2
20
21 checkshape result
22 checknbshapes result -vertex 6 -edge 11 -wire 5 -face 5 -shell 1
23 checkprops result -s 3750.55
24 checkview -display result -2d -path ${imagedir}/${test_image}.png