mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
14 lines
471 B
Plaintext
Executable File
14 lines
471 B
Plaintext
Executable File
puts "TODO OCC12345 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
puts "============"
|
|
puts "OCC889"
|
|
puts "============"
|
|
puts ""
|
|
####################################################################
|
|
## Checkshape founds number of errors on new face. It is not true.
|
|
####################################################################
|
|
restore [locate_data_file OCC889.rle] result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|