0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_3 / bug616
... / ...
CommitLineData
1
2puts "========================"
3puts " OCC616"
4puts "========================"
5puts ""
6########################################
7## Function MKOFFSET gives exception for attached face
8########################################
9
10restore [locate_data_file OCC616.brep] a
11checkshape a
12
13if { [catch {mkoffset result a 5 -2} catch_result] } {
14 puts "Faulty OCC616: function MKOFFSET works with exception"
15} else {
16 renamevar result_1 result
17 checkshape result
18 puts "OCC616 OK: function MKOFFSET works OK"
19}
20
21checkprops result -l 1062.78
22checkshape result
23checksection result
24checkview -display result -2d -path ${imagedir}/${test_image}.png