mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
15 lines
437 B
Plaintext
15 lines
437 B
Plaintext
puts "================"
|
|
puts "OCC5079"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################################
|
|
# Exception in translating of IGES files
|
|
#######################################################################################
|
|
|
|
igesbrep [locate_data_file OCC5079.igs] a *
|
|
tpcompound result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|