0029351: Boolean Operations create invalid pcurves
[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
b47bcd7e 15setflags face locked
4e031175 16nurbsconvert r face
17mksurface s r
18
19mkface f s 10 20 30 40
2157cfd0 20
21treverse f
22normals f 100
23
24xwd ${imagedir}/${test_image}_1.png
25
4e031175 26testwriteiges ${imagedir}/f_2.igs f
27testreadiges ${imagedir}/f_2.igs ff
2157cfd0 28
29donly ff
30
31normals ff 100
32
33xwd ${imagedir}/${test_image}_2.png