0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug25798
CommitLineData
dfdfa61f 1puts "TODO OCC25798 ALL: Faulty shapes in variables faulty_1 to"
2
3puts "============"
4puts "OCC25798"
5puts "============"
6puts ""
7##############################################
8# BRepFeat_SplitShape returns invalid result
9##############################################
10
11restore [locate_data_file bug25798_Pump2.brep] p
12
13explode p
14checkshape p
15whatis p
16
17renamevar p_1 f
18checkshape f
19explode f
20
21splitshape result f_4 f_4 p_5
22
23whatis result
24checkshape result
25tolerance result
26
27checkview -display result -2d -path ${imagedir}/${test_image}.png