0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / iges / buc60591_2
1 puts "=================================="
2 puts "BUC60591"
3 puts "=================================="
4 puts ""
5 puts "It takes visual check for this BUG"
6 puts "=================================="
7 puts ""
8 puts "consideration of \"buc60591b\" model"
9
10 igesbrep [locate_data_file buc60591b.igs] a *
11
12 tpcompound buc60591b
13
14 checkshape buc60591b r
15
16 ######################################################################
17
18 catch {exec rm ${imagedir}/buc60591b.brep}
19 save buc60591b ${imagedir}/buc60591b.brep
20 catch {exec rm ${imagedir}/buc60591b_iges.igs}
21 brepiges buc60591b ${imagedir}/buc60591b_iges.igs
22 dall
23
24 restore ${imagedir}/buc60591b.brep buc60591b_brep
25 catch {exec rm ${imagedir}/buc60591b_brep.igs}
26 brepiges buc60591b_brep ${imagedir}/buc60591b_brep.igs
27 dall
28
29 igesbrep ${imagedir}/buc60591b_brep.igs b_brep_iges *
30 tpcompound buc60591b_brep_iges
31 checkshape buc60591b_brep_iges
32
33 igesbrep ${imagedir}/buc60591b_iges.igs b_iges *
34 tpcompound buc60591b_iges
35 checkshape buc60591b_iges
36
37 renamevar buc60591b_iges result
38
39 checkview -display result -2d -path ${imagedir}/${test_image}.png
40