1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00

0025632: IGES writer looses face orientation

Update new tensing cases for issue
This commit is contained in:
mkv 2015-01-30 13:51:43 +03:00 committed by bugmaster
parent 9bf0740bed
commit 4e0311752a
2 changed files with 32 additions and 0 deletions

View File

View File

@ -0,0 +1,32 @@
puts "============"
puts "OCC25632"
puts "============"
puts ""
#######################################################################
# IGES writer looses face orientation
#######################################################################
plane p 0 0 0 0 0 1 1 0 0
mkface face p 0 100 0 100
smallview
donly face
nurbsconvert r face
mksurface s r
mkface f s 10 20 30 40
treverse f
normals f 100
xwd ${imagedir}/${test_image}_1.png
testwriteiges ${imagedir}/f_2.igs f
testreadiges ${imagedir}/f_2.igs ff
donly ff
normals ff 100
xwd ${imagedir}/${test_image}_2.png