0022470: Crash during IGES import
[occt.git] / tests / bugs / xde / bug816_1
CommitLineData
352ffd73 1puts "======="
2puts "OCC816"
3puts "======="
4puts ""
5########################################################
6## Fail occur during reading iges file that stored in brep mode. It is happens on
7## torus-apple and torus-lemon files (standard files in DE xloop nonregression test).
8########################################################
9
10set file ${imagedir}/OCC816.stp
11
12restore [locate_data_file OCC816-apple.rle] result
13
14if [ catch { brepiges result $file } res ] {
15 puts "Faulty OCC816 : brepiges not complite"
16}
17
18if [ catch { igesbrep $file a *} res ] {
19 puts "Faulty OCC816 : igesbrep not complite"
20}
21
22set 2dviewer 1
23
24