0031999: Tests - request Core Profile on macOS for Ray-Tracing tests
[occt.git] / tests / bugs / iges / buc60591_3
CommitLineData
0e94a94e 1puts "=================================="
2puts "BUC60591"
3puts "=================================="
4puts ""
5puts "It takes visual check for this BUG"
6puts "=================================="
7puts ""
8puts "consideration of \"buc60591c\" model"
9
10igesbrep [locate_data_file buc60591c.igs] a *
11
12tpcompound buc60591c
352ffd73 13checkshape buc60591c r
0e94a94e 14
15######################################################################
16
17catch {exec rm ${imagedir}/buc60591c.brep}
18save buc60591c ${imagedir}/buc60591c.brep
19catch {exec rm ${imagedir}/buc60591c_iges.igs}
20brepiges buc60591c ${imagedir}/buc60591c_iges.igs
21dall
22
23restore ${imagedir}/buc60591c.brep buc60591c_brep
24catch {exec rm ${imagedir}/buc60591c_brep.igs}
25brepiges buc60591c_brep ${imagedir}/buc60591c_brep.igs
26dall
27
28igesbrep ${imagedir}/buc60591c_brep.igs c_brep_iges *
29tpcompound buc60591c_brep_iges
352ffd73 30checkshape buc60591c_brep_iges
0e94a94e 31
32igesbrep ${imagedir}/buc60591c_iges.igs c_iges *
33tpcompound buc60591c_iges
352ffd73 34checkshape buc60591c_iges
0e94a94e 35
36renamevar buc60591c_iges result
37
5747059b 38checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 39