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

32 lines
739 B
Plaintext
Executable File

puts "============"
puts "OCC6554"
puts "============"
puts ""
######################################################
# Intersection shell-plane gives a disconnected set of edges
######################################################
set BugNumber OCC6554
restore [locate_data_file OCC6554-shell.brep] sh
restore [locate_data_file OCC6554-face.brep] f
checkshape sh
checkshape f
bsection result sh f -n2d
regexp {nb alone Vertices : ([-0-9.+eE]+)} [checksection result] full Vertices
set good_Vertices 2
if { ${Vertices} != ${good_Vertices} } {
puts "Faulty ${BugNumber}"
} else {
puts "OK ${BugNumber}"
}
checkprops result -l 110.045
checkshape result
checkview -display result -2d -path ${imagedir}/${test_image}.png