mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
29 lines
433 B
Plaintext
29 lines
433 B
Plaintext
puts "============"
|
|
puts "OCC25632: IGES writer looses face orientation"
|
|
puts "============"
|
|
puts ""
|
|
|
|
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}/${casename}_1.png
|
|
|
|
set aTmpFile ${imagedir}/${casename}.igs
|
|
testwriteiges $aTmpFile f
|
|
testreadiges $aTmpFile ff
|
|
file delete -force ${aTmpFile}
|
|
|
|
donly ff
|
|
|
|
normals ff 100
|
|
|
|
xwd ${imagedir}/${casename}_2.png
|