0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_5 / bug23122
1 puts "============"
2 puts "OCC23122"
3 puts "============"
4 puts ""
5 ######################################################
6 # Operation "cut" crashes on attached shapes
7 ######################################################
8
9 restore [locate_data_file bug23122_ExtTor.brep] s1
10 restore [locate_data_file bug23122_IntTor.brep] s2
11
12 bcut result s1 s2
13
14 checkprops result -s 6962.25 
15 checkshape result
16 checkview -display result -2d -path ${imagedir}/${test_image}.png
17
18