0025138: SIGSEGV when sweeping along helix
[occt.git] / tests / bugs / xde / bug321
CommitLineData
0e94a94e 1puts "========"
2puts "OCC321"
3puts "========"
4puts ''
5##############################################################
6##Crash during importation of IGES file on SUN, on other platforms message
7## "Syntax error during importation"
8##############################################################
9
10stepread [locate_data_file OCC321.stp] a *
11
12tpcompound a
352ffd73 13checkshape a
14checkshape a r
0e94a94e 15
16######################################################################
17catch {exec rm ${imagedir}/OCC321.iges}
18
19brepiges a ${imagedir}/OCC321.iges
20dall
21
22igesbrep ${imagedir}/OCC321.iges b *
23
24tpcompound result
352ffd73 25checkshape result
0e94a94e 26
5747059b 27checkview -display result -2d -path ${imagedir}/${test_image}.png
0e94a94e 28