0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_5 / bug24470
CommitLineData
7eed5d29 1puts "=========="
2puts "OCC24470"
3puts "=========="
4puts ""
5##################################################
6# Wrong result done by General Fuse algorithm
7##################################################
8
9restore [locate_data_file bug24470_box.brep] b1
10restore [locate_data_file bug24470_cone.brep] b2
11restore [locate_data_file bug24470_cylinder.brep] b3
12restore [locate_data_file bug24470_rotBox.brep] b4
13restore [locate_data_file bug24470_rotCyl.brep] b5
14restore [locate_data_file bug24470_sphere.brep] b6
15restore [locate_data_file bug24470_torus.brep] b7
16
17bclearobjects
18bcleartools
19baddobjects b1 b2 b3 b4 b5 b6 b7
20bfillds
21bbuild result
22checkshape result
23
58cf74e0 24checkprops result -s 595443
5747059b 25checkview -display result -2d -path ${imagedir}/${test_image}.png
7eed5d29 26
27
28