mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
15 lines
410 B
Plaintext
15 lines
410 B
Plaintext
puts "REQUIRED ALL: Faulty shapes in variables faulty_"
|
|
puts "=========="
|
|
puts "OCC25735"
|
|
puts "=========="
|
|
puts ""
|
|
######################################################
|
|
# Wrong solid is considered as valid by checkshape
|
|
######################################################
|
|
|
|
restore [locate_data_file bug25735_r5] result
|
|
|
|
checkshape result
|
|
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|