0027481: [Regression to OCCT 6.6.0] Modeling Algorithms - incorrect CUT on two solids
[occt.git] / tests / bugs / modalg_2 / bug2083_2
CommitLineData
61c421bf 1puts "============"
2puts "OCC2083"
3puts "============"
4puts ""
5######################################################
6# BRepOffsetAPI_MakePipeShell throws an exception
7######################################################
8
9restore [locate_data_file OCC2083-f1.brep] f1
10restore [locate_data_file OCC2083-f2.brep] f2
11restore [locate_data_file OCC2083-w.brep] s
12
13checkshape f1
14checkshape f2
15checkshape s
16
17explode f1 w
18explode f2 w
19mksweep s
20addsweep f1_1 -T
21addsweep f2_1 -T
22
23if { [catch {buildsweep result} catch_result] } {
24 puts "Faulty OCC2083"
25}
26
58cf74e0 27checkprops result -s 36583.8
28checkshape result
5747059b 29checkview -display result -3d -path ${imagedir}/${test_image}.png