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:
parent
9bf0740bed
commit
4e0311752a
0
tests/bugs/iges/bug25632 → tests/bugs/iges/bug25632_1
Executable file → Normal file
0
tests/bugs/iges/bug25632 → tests/bugs/iges/bug25632_1
Executable file → Normal file
32
tests/bugs/iges/bug25632_2
Normal file
32
tests/bugs/iges/bug25632_2
Normal 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
|
Loading…
x
Reference in New Issue
Block a user