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

39 lines
742 B
Plaintext
Executable File

puts "============"
puts "OCC11095"
puts "============"
puts ""
#######################################################################
# MeshVS: Borders of faces are not visible in shrink mode
#######################################################################
set BugNumber OCC11095
pload XDE
vinit
meshfromstl m [locate_data_file OMF6391_box.stl]
set x_coord 157
set y_coord 280
set RED_R1 0
set GREEN_R1 0
set BLUE_R1 0
vmoveto $x_coord $y_coord
vsetdispmode m 3
puts "\nSet shrinked display mode\n"
set x_coord 137
set y_coord 277
checkcolor $x_coord $y_coord 0 0 0
if { ${stat} != 1 } {
puts "Error : Borders of faces are not visible in shrink mode"
}
checkview -screenshot -3d -path ${imagedir}/${test_image}.png