0027704: Numeric inaccuracy due to huge extension of the offset faces
[occt.git] / tests / bugs / vis / bug25768
CommitLineData
8d3aa19e 1puts "========="
2puts "CR25768"
3puts "========="
4puts ""
5###########################################################################################
6# Visualization, Graphic3d_Structure - do not use invalid bounding boxes of empty groups
7###########################################################################################
8box b 100 0 0 2 1 1
9vinit View1
10vclear
11vaxo
12vsetdispmode 0
13vdisplay b
14vfit
15vzoom 0.1
16vbounding b
17
18set x_coord 115
19set y_coord 153
20checkcolor $x_coord $y_coord 0 0 0
21
22if { $stat != 1 } {
23 puts "Error: invalid broken bounding boxes"
24} else {
25 puts "OK: valid boundong box"
26}
27
5747059b 28checkview -screenshot -3d -path ${imagedir}/${test_image}.png