mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
13 lines
456 B
Plaintext
13 lines
456 B
Plaintext
#########################################################################################
|
|
puts "OCC26989: Export of a reversed face leads to wrong data in 6.9.0"
|
|
#########################################################################################
|
|
|
|
restore [locate_data_file bug26989.brep] a
|
|
newmodel
|
|
set aTmpFile ${imagedir}/${casename}.igs
|
|
brepiges a $aTmpFile
|
|
igesbrep $aTmpFile result *
|
|
file delete -force ${aTmpFile}
|
|
|
|
checkprops result -s 56.5487
|