mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
19 lines
487 B
Plaintext
Executable File
19 lines
487 B
Plaintext
Executable File
puts "========================"
|
|
puts "BUC60988"
|
|
puts "OCC94"
|
|
puts "OCC133"
|
|
puts "========================"
|
|
puts ""
|
|
################################################################
|
|
##Exception when translating an IGES file to Open CASCADE (loading phase).
|
|
################################################################
|
|
|
|
igesbrep [locate_data_file Rich.igs] a *
|
|
|
|
tpcompound result
|
|
checkshape result
|
|
checkshape result r
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|