mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
23 lines
605 B
Plaintext
Executable File
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
|