mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|
|
|