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