0027126: Create command checktrinfo to verify meshes
[occt.git] / tests / bugs / iges / buc60591_4
1 puts "BUC60591"
2 puts ""
3 puts "=================================="
4 puts "It takes visual check for this BUG"
5 puts "=================================="
6 puts ""
7 puts "consideration of \"buc60591d\" model"
8
9 igesbrep [locate_data_file buc60591d.igs] a *
10
11 tpcompound buc60591d
12 checkshape buc60591d r
13
14 ######################################################################
15
16 catch {exec rm ${imagedir}/buc60591d.brep}
17 save buc60591d ${imagedir}/buc60591d.brep
18 catch {exec rm ${imagedir}/buc60591d_iges.igs}
19 brepiges buc60591d ${imagedir}/buc60591d_iges.igs
20 dall
21
22 restore ${imagedir}/buc60591d.brep buc60591d_brep
23 catch {exec rm ${imagedir}/buc60591d_brep.igs}
24 brepiges buc60591d_brep ${imagedir}/buc60591d_brep.igs
25 dall
26
27 igesbrep ${imagedir}/buc60591d_brep.igs d_brep_iges *
28 tpcompound buc60591d_brep_iges
29 checkshape buc60591d_brep_iges
30
31 igesbrep ${imagedir}/buc60591d_iges.igs d_iges *
32 tpcompound buc60591d_iges
33 checkshape buc60591d_iges
34
35 renamevar  buc60591d_iges result
36
37 checkview -display result -2d -path ${imagedir}/${test_image}.png
38