0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / moddata_2 / bug601
CommitLineData
352ffd73 1puts "========================"
2puts " OCC601 "
3puts "SAM1542"
4puts "========================"
5puts ""
6#############################################
7## No possibility to make a fillet 13 at the inner edge of the shape
8#############################################
9
10restore [locate_data_file OCC601.brep] a
11checkshape a
12
13explode a e
14
15if [catch {blend result a 13 a_41 } res] {
16 puts "Faulty OCC601: function BLEND works wrongly"
17} else {
d6a3b532 18 puts "OCC601 OK: function BLEND works good"
352ffd73 19 checkshape result
20
58cf74e0 21 checkprops result -s 32486.0
5747059b 22 checkview -display result -2d -path ${imagedir}/${test_image}.png
352ffd73 23}