0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_6 / bug27842
1 puts "============"
2 puts "OCC27842"
3 puts "============"
4 puts ""
5 ######################################################
6 # Exception in intersection algorithm if FPE is switched on
7 ######################################################
8
9 puts "TODO OCC26329 ALL: Error: dsetsignal command does not exist"
10
11 # This "if" should be deleted after integration the fix for issue #26329
12 if { [catch { dsetsignal 1 } ] } {
13   puts "Error: dsetsignal command does not exist"
14 }
15
16 restore [locate_data_file bug27842_shape1_fix.brep] b1 
17 restore [locate_data_file bug27842_shape2_fix.brep] b2
18
19 explode b2 f
20
21 bopcurves b1 b2_33 -2d
22
23 bcommon result b1 b2
24
25 checknbshapes result -wire 3 -face 1
26
27 checkshape result
28
29 checkprops result -s 10.8848
30
31 smallview;
32 donly result
33 fit
34 checkview -screenshot -2d -path ${imagedir}/${test_image}.png