0030346: Modeling Algorithms - BRepPrimAPI_MakeRevol throws "BRepSweep_Translation...
[occt.git] / tests / bugs / moddata_2 / bug3721_5
1 puts "============"
2 puts "OCC3721"
3 puts "============"
4 puts ""
5 ######################################################
6 # When using Boolean Operations exception is raised for some tolerance vals.
7 ######################################################
8 ## (new topology)
9 ## (bcut)
10 ######################################################
11
12 restore [locate_data_file OCC3721-1.brep] b1 
13 restore [locate_data_file OCC3721-2.brep] b2 
14
15 checkshape b1
16 checkshape b2
17
18 if { [catch {bcut result b2 b1} catch_result] } {
19    puts "Faulty OCC3721"
20 }
21
22 checkshape result
23
24 checkprops result -s 71185
25 checkview -display result -3d -path ${imagedir}/${test_image}.png