1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_2/bug446_3
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

24 lines
558 B
Plaintext
Executable File

puts "========"
puts "OCC446"
puts "OCC447"
puts "(case 3)"
puts "========"
puts ""
######################################
## As result I have fail on shape that it is not closed.
######################################
restore [locate_data_file OCC446c.brep] result
set che [checkshape result]
if { [regexp {Faulty} $che ] == 1} {
puts "Faulty OCC446 (case 3): Source shape is NotClosed"
} else {
puts "OCC446 OK (case 3): Source shape is Closed"
}
checkprops result -s 13694.6
checkview -display result -2d -path ${imagedir}/${test_image}.png