5 ##########################################################################################################
6 # Draw Harness, ViewerTest - add command vbounding to show presentation bounding box
7 ##########################################################################################################
18 set info [vbounding -print s]
20 regexp {s+\n([-0-9.+eE]+) +([-0-9.+eE]+) +([-0-9.+eE]+) +([-0-9.+eE]+) +([-0-9.+eE]+) +([-0-9.+eE]+)} ${info} full x1 y1 z1 x2 y2 z2
33 checkreal "x1" ${x1} ${expected_x1} ${tol_abs} ${tol_rel}
34 checkreal "y1" ${y1} ${expected_y1} ${tol_abs} ${tol_rel}
35 checkreal "z1" ${z1} ${expected_z1} ${tol_abs} ${tol_rel}
36 checkreal "x2" ${x2} ${expected_x2} ${tol_abs} ${tol_rel}
37 checkreal "y2" ${y2} ${expected_y2} ${tol_abs} ${tol_rel}
38 checkreal "z2" ${z2} ${expected_z2} ${tol_abs} ${tol_rel}
40 vdump ${imagedir}/${test_image}.png