mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
Test bugs vis bug26357 is revised to check colors in more robust way. In tests bugs vis bug29091_*, size of produced file is checked to be within range of known valid sizes, rather than hard-coded (per-platform) exact sizes. FPE signals are disabled for test bugs vis bug29127 to prevent exceptions cause by software OpenGl driver. File data/occ/Box.brep is removed to avoid confusion with file box.brep in public data files used in tests. Two additional non-alphabetic-order combinations of complex types are handled in RWStepAP214_ReadWriteModule.cxx
23 lines
569 B
Plaintext
Executable File
23 lines
569 B
Plaintext
Executable File
puts "============"
|
|
puts "CR23407"
|
|
puts "============"
|
|
puts ""
|
|
#######################################################################
|
|
# Draw face outlines for XDE objects
|
|
#######################################################################
|
|
|
|
box b 10 10 10
|
|
vinit
|
|
vdisplay b
|
|
vsetdispmode 1
|
|
vshowfaceboundary b 1 255 0 0 10 1
|
|
vfit
|
|
vaspects -setwidth 5
|
|
|
|
if { "[vreadpixel 314 344 rgb name]" != "RED" ||
|
|
"[vreadpixel 26 267 rgb name]" != "RED" } {
|
|
puts "Error : Boundary of face is not changed"
|
|
}
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|