mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-08-09 15:51:29 +08:00
0025632: IGES writer looses face orientation
Update new tensing cases for issue
This commit is contained in:
Executable → Regular
@@ -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
|
||||
Reference in New Issue
Block a user