mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
32 lines
635 B
Plaintext
32 lines
635 B
Plaintext
puts "============"
|
|
puts "CR26959"
|
|
puts "Visualization - cannot select edge of the shape"
|
|
puts "============"
|
|
puts ""
|
|
|
|
pload VISUALIZATION MODELING
|
|
|
|
restore [locate_data_file bug26959.brep] aFace
|
|
|
|
vinit
|
|
vdisplay aFace
|
|
fixshape aFace1 aFace
|
|
|
|
vremove aFace
|
|
vdisplay aFace1
|
|
vaspects aFace1 -setWidth 3
|
|
vselmode aFace1 2 1
|
|
|
|
vfit
|
|
|
|
vmoveto 142 127
|
|
if {[vreadpixel 142 127 name] == "CYAN1 1"} {
|
|
puts "OK"
|
|
} elseif {[vreadpixel 142 127 name] == "GREEN 1"} {
|
|
puts "ERROR: the upper edge cannot be highlighted!"
|
|
} else {
|
|
puts "ERROR: the shape was not displayed correctly!"
|
|
}
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|