mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
467 B
Plaintext
15 lines
467 B
Plaintext
puts "========"
|
|
puts "OCC22487"
|
|
puts "========"
|
|
puts ""
|
|
##########################################################################
|
|
# Reading IGES file produces invalid shape
|
|
##########################################################################
|
|
|
|
igesread [locate_data_file bug22487_351_linz.igs] result *
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -3d -path ${imagedir}/${test_image}-3d.png
|
|
checkview -display result -2d -path ${imagedir}/${test_image}-2d.png
|