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/bug22823
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
699 B
Plaintext
Executable File

puts "============"
puts "OCC22823"
puts "============"
puts ""
##############################################################################################
# Exception in thickshell operation
##############################################################################################
catch {pload XDE}
set BugNumber OCC22823
restore [locate_data_file OCC22823-occ_bug_thickshell.brep] sh
checkshape sh
tolerance sh
set aStatus [catch {thickshell result sh 0.01} ]
# Resume
puts ""
if { ${aStatus} != 0 } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}
checkprops result -s 0.38266
checkshape result
checkview -display result -3d -path ${imagedir}/${test_image}.png