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

23 lines
605 B
Plaintext
Executable File

pload QAcommands
puts "==========="
puts "OCC22586"
puts "==========="
puts ""
#######################################################################
# ShapeFix_FixSmallFace mistakenly removes a non-small pipe-like face with a seam edge
#######################################################################
set BugNumber OCC22586
restore [locate_data_file OCC22586.brep] shape
if { [catch { OCC22586 shape result } catch_result] } {
puts "Faulty ${BugNumber}"
} else {
puts "${BugNumber} OK"
}
checkprops result -s 10975
checkview -display result -3d -path ${imagedir}/${test_image}.png