mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
puts "=========="
|
|
puts "OCC25780"
|
|
puts "=========="
|
|
puts ""
|
|
######################################################
|
|
# checkshape raises an exception Standard_OutOfMemory.
|
|
######################################################
|
|
|
|
restore [locate_data_file bug25780_checkshape] result
|
|
checkshape result b
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|