0027490: BRepMesh: Reduce number of memory allocations
[occt.git] / tests / bugs / iges / buc60591_3
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 \"buc60591c\" model"
9
10 igesbrep [locate_data_file buc60591c.igs] a *
11
12 tpcompound buc60591c
13 checkshape buc60591c r
14
15 ######################################################################
16
17 catch {exec rm ${imagedir}/buc60591c.brep}
18 save buc60591c ${imagedir}/buc60591c.brep
19 catch {exec rm ${imagedir}/buc60591c_iges.igs}
20 brepiges buc60591c ${imagedir}/buc60591c_iges.igs
21 dall
22
23 restore  ${imagedir}/buc60591c.brep buc60591c_brep
24 catch {exec rm ${imagedir}/buc60591c_brep.igs}
25 brepiges buc60591c_brep ${imagedir}/buc60591c_brep.igs
26 dall
27
28 igesbrep ${imagedir}/buc60591c_brep.igs c_brep_iges *
29 tpcompound buc60591c_brep_iges
30 checkshape buc60591c_brep_iges
31
32 igesbrep ${imagedir}/buc60591c_iges.igs c_iges *
33 tpcompound buc60591c_iges
34 checkshape buc60591c_iges
35
36 renamevar  buc60591c_iges result
37
38 checkview -display result -2d -path ${imagedir}/${test_image}.png
39