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

29 lines
590 B
Plaintext
Executable File

pload QAcommands
puts "================"
puts "OCC405"
puts "OCC435"
puts "SAM1296"
puts "================"
puts ""
restore [locate_data_file OCC395-1.brep] e1
restore [locate_data_file OCC405-2.brep] e2
checkshape e1
checkshape e2
OCC405 result e1 e2
regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full num
if { $num == 2 } {
puts "OCC405 OK : Result shape is CORRECT !!! "
} else {
puts " Faulty OCC405: Result shape is INcorrect !!! "
}
checkprops result -l 17.5348
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png