Files
OCCT/tests/bugs/vis/bug26792
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

22 lines
550 B
Plaintext

puts "================================================================"
puts "CR26792"
puts "Visualization, Graphic3d - Z-fit support for transform persistence is missing after removing Visual3d_View"
puts "================================================================"
puts ""
vinit
vclear
vaxo
box b 100 100 100
vdisplay b -trsfPers zoom
vzoom 0.01
vzfit
checkcolor 204 184 1.0 1.0 0.0
checkcolor 232 205 1.0 1.0 0.0
checkcolor 262 182 1.0 1.0 0.0
checkcolor 233 184 1.0 1.0 0.0
checkview -screenshot -3d -path ${imagedir}/${test_image}.png