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