0030082: Intersection algorithm returns curve with big tolerance value
[occt.git] / tests / bugs / modalg_7 / bug27948
1 puts "========"
2 puts "OCC27948"
3 puts "========"
4 puts ""
5 ##################################
6 # Cut produces unexcpected shape
7 ##################################
8
9 restore [locate_data_file bug27948_a.brep] a
10 restore [locate_data_file bug27948_b.brep] b
11
12 bcut result a b
13
14 checkshape result
15 checkprops result -s 135.137 -v 40.573
16 checknbshapes result -wire 19 -face 17 -shell 1 -solid 1
17
18 checkview -display result -2d -path ${imagedir}/${test_image}.png