0024105: ShapeFix algorithm produces not correct result.
[occt.git] / tests / bugs / xde / bug321
1 set os $env(os_type)
2
3 puts "========"
4 puts "OCC321"
5 puts "========"
6 puts ''
7 ##############################################################
8 ##Crash during importation of IGES file on SUN, on other platforms message
9 ##  "Syntax error during importation"
10 ##############################################################
11
12 stepread [locate_data_file OCC321.stp] a *
13
14 tpcompound a
15 checkshape a
16 checkshape a r
17
18 ######################################################################
19 catch {exec rm ${imagedir}/OCC321.iges}
20
21 brepiges a ${imagedir}/OCC321.iges
22 dall
23
24 igesbrep ${imagedir}/OCC321.iges b *
25
26 tpcompound result
27 checkshape result
28
29 set 2dviewer 0
30