0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / moddata_2 / bug536_14
1
2 puts "========"
3 puts "OCC536"
4 puts "SAM1504"
5 puts "========"
6
7 vinit
8
9 restore [locate_data_file OCC536.brep] S 
10 checkshape S
11
12 explode S So
13 checkshape S_1
14 checkshape S_5
15
16 if [catch {bfuse result S_1 S_5}] {
17     puts "Faulty OCC536"
18 } else {
19     puts "OCC536 : OK"
20     checkshape result
21 }
22
23 checkprops result -s 2.45349e+06
24 checkview -display result -2d -path ${imagedir}/${test_image}.png
25