0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug25354_33
1 puts "============"
2 puts "OCC25354"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Intersection operation
7 #######################################################################
8
9 # Case 33
10
11 box b1 10 10 10 
12 box b2 10 10 10 
13 ttranslate b2 5 -10 -10
14 trotate b2 5 0 0 0 0 1 -45
15
16 bop b1 b2
17 bopsection result
18
19 checknbshapes result -vertex 1 -edge 0 -wire 0 -face 0 -shell 0 -solid 0 -compsolid 0 -compound 1 -shape 2
20 checkview -display result -2d -path ${imagedir}/${test_image}.png