1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/iges/bug23822
ika 6db6171400 0023822: SIGSEGV 'segmentation violation' during writing IGES
checking for infinity coordinates was added.
Adding test case for this fix
Shape name correction
2013-03-15 12:25:31 +04:00

15 lines
370 B
Plaintext
Executable File

puts "========"
puts "CR23822"
puts "========"
puts ""
#########################################################
## SIGSEGV 'segmentation violation' during writing IGES
#########################################################
ReadIges D [locate_data_file ball_bearing.igs]
set aFile ${imagedir}/bug23822_new_file.igs
file delete -force ${aFile}
WriteIges D ${aFile}