e55c77dcff453d621a8ca30a0bf0af954161a34e
[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 dsetsignal 1
10
11 restore [locate_data_file bug27842_shape1_fix.brep] b1 
12 restore [locate_data_file bug27842_shape2_fix.brep] b2
13
14 explode b2 f
15
16 bopcurves b1 b2_33 -2d
17
18 bcommon result b1 b2
19
20 checknbshapes result -wire 3 -face 1
21
22 checkshape result
23
24 checkprops result -s 10.8848
25
26 smallview;
27 donly result
28 fit
29 checkview -screenshot -2d -path ${imagedir}/${test_image}.png