0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / moddata_2 / bug601
1 puts "========================"
2 puts " OCC601 "
3 puts "SAM1542"
4 puts "========================"
5 puts ""
6 #############################################
7 ## No possibility to make a fillet 13 at the inner edge of the shape
8 #############################################
9
10 restore [locate_data_file OCC601.brep] a
11 checkshape a
12
13 explode a e
14
15 if [catch {blend result a 13 a_41 } res] {
16     puts "Faulty OCC601: function BLEND works wrongly"
17 } else {
18     puts "OCC601 OK: function BLEND works good"
19     checkshape result
20     
21     checkprops result -s 32486.0
22     checkview -display result -2d -path ${imagedir}/${test_image}.png
23 }