mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-10 12:25:50 +03:00
29 lines
668 B
Plaintext
29 lines
668 B
Plaintext
puts "========="
|
|
puts "CR25768"
|
|
puts "========="
|
|
puts ""
|
|
###########################################################################################
|
|
# Visualization, Graphic3d_Structure - do not use invalid bounding boxes of empty groups
|
|
###########################################################################################
|
|
box b 100 0 0 2 1 1
|
|
vinit View1
|
|
vclear
|
|
vaxo
|
|
vsetdispmode 0
|
|
vdisplay b
|
|
vfit
|
|
vzoom 0.1
|
|
vbounding b
|
|
|
|
set x_coord 115
|
|
set y_coord 153
|
|
checkcolor $x_coord $y_coord 0 0 0
|
|
|
|
if { $stat != 1 } {
|
|
puts "Error: invalid broken bounding boxes"
|
|
} else {
|
|
puts "OK: valid boundong box"
|
|
}
|
|
|
|
checkview -screenshot -3d -path ${imagedir}/${test_image}.png
|