mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
checking for infinity coordinates was added. Adding test case for this fix Shape name correction
15 lines
370 B
Plaintext
Executable File
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}
|