mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
17 lines
302 B
Plaintext
Executable File
17 lines
302 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC58"
|
|
puts "========"
|
|
puts ""
|
|
puts "Shape is incorrect after translation"
|
|
puts "case 1 (6546a01.igs)"
|
|
puts ""
|
|
|
|
igesbrep [locate_data_file OCC58a.igs] a *
|
|
|
|
tpcompound result
|
|
checkshape result
|
|
checkshape result r
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|