0025632: IGES writer looses face orientation
[occt.git] / tests / bugs / iges / bug25632
1 puts "============"
2 puts "OCC25632"
3 puts "============"
4 puts ""
5 #######################################################################
6 # IGES writer looses face orientation
7 #######################################################################
8
9 plane p 0 0 0 0 0 1 1 0 0
10 mkface f p 0 100 0 100
11
12 smallview
13 donly f
14
15 normals f 100
16
17 treverse f
18 normals f 100
19
20 xwd ${imagedir}/${test_image}_1.png
21
22 testwriteiges ${imagedir}/bug25632_f.igs f
23 testreadiges ${imagedir}/bug25632_f.igs ff
24
25 donly ff
26
27 normals ff 100
28
29 xwd ${imagedir}/${test_image}_2.png