mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
30 lines
543 B
Plaintext
30 lines
543 B
Plaintext
puts "============"
|
|
puts "OCC25632"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# IGES writer looses face orientation
|
|
#######################################################################
|
|
|
|
plane p 0 0 0 0 0 1 1 0 0
|
|
mkface f p 0 100 0 100
|
|
|
|
smallview
|
|
donly f
|
|
|
|
normals f 100
|
|
|
|
treverse f
|
|
normals f 100
|
|
|
|
xwd ${imagedir}/${test_image}_1.png
|
|
|
|
testwriteiges ${imagedir}/bug25632_f.igs f
|
|
testreadiges ${imagedir}/bug25632_f.igs ff
|
|
|
|
donly ff
|
|
|
|
normals ff 100
|
|
|
|
xwd ${imagedir}/${test_image}_2.png
|