mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
16 lines
338 B
Plaintext
Executable File
16 lines
338 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC386"
|
|
puts "========"
|
|
puts ""
|
|
#######################################
|
|
## Crash when reading an IGES file
|
|
#######################################
|
|
|
|
igesbrep [locate_data_file So5571b.igs] a *
|
|
|
|
tpcompound result
|
|
checkshape result
|
|
checkshape result r
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|