puts "============"
puts "OCC26790 apply view resolution to the line width"
puts "============"
puts ""

pload MODELING VISUALIZATION
vclear
vclose all
vinit View1
box b0 1 2 3
vdisplay b0
vfit
vdump $imagedir/${casename}_def.png

vrenderparams -resolution 144
vdump $imagedir/${casename}_144.png
