0026342: No materials are read from STEP
[occt.git] / tests / bugs / iges / bug25632_1
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
10mkface f p 0 100 0 100
11
12smallview
13donly f
14
15normals f 100
16
17treverse f
18normals f 100
19
20xwd ${imagedir}/${test_image}_1.png
21
22testwriteiges ${imagedir}/bug25632_f.igs f
23testreadiges ${imagedir}/bug25632_f.igs ff
24
25donly ff
26
27normals ff 100
28
29xwd ${imagedir}/${test_image}_2.png