mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08: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
|