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

40 lines
1.1 KiB
Plaintext
Executable File

pload QAcommands
puts "================"
puts "OCC395"
puts "SAM1296"
puts "================"
puts ""
##############################################################
## After merge two edges with help GeomConvert_CompCurveToBSplineCurve result is bad.
##############################################################
restore [locate_data_file OCC395-1.brep] e1
set che [checkshape e1]
if { [regexp {Faulty} $che ] == 1 } {
puts "Faulty OCC395: Source shape is invalid. It was detected by Checkshape command"
puts "Body of the script was NOT executed"
renamevar e1 result
} else {
puts "OCC395 OK: Source shape is valid"
restore [locate_data_file OCC395-2.brep] e2
set che [checkshape e2]
if { [regexp {Faulty} $che ] == 1 } {
puts "Faulty OCC395: Source shape is invalid. It was detected by Checkshape command"
puts "Body of the script was NOT executed"
renamevar e2 result
} else {
puts "OCC395 OK: Source shape is valid"
OCC395 result e1 e2
}
}
checkprops result -l 34.9073
checkshape result
checksection result
checkview -display result -2d -path ${imagedir}/${test_image}.png