0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / moddata_2 / bug433
1 puts "========================"
2 puts " OCC433 "
3 puts "========================"
4 puts ""
5 #########################################################################################
6 ## The attached face gives no errors in checkshape command in dev. However, it looks bad
7 #########################################################################################
8
9 restore [locate_data_file OCC433.brep] result
10
11 set err [checkshape result r]
12
13 if { [regexp {OK} $err] == 1} {
14     puts " Faulty OCC433: function CHECKSHAPE works wrongly"
15 } else {
16     puts " OCC433  OK: function CHECKSHAPE works properly"
17 }
18
19 checkview -display result -2d -path ${imagedir}/${test_image}.png
20