puts "TODO CR25837 ALL: Error : Colors are not equal in default coordinate and in the near coordinates too"

puts "========="
puts "CR25837"
puts "========="
puts ""
######################################################
# Bad triangulation when IGES loaded in meters
######################################################

pload XDE

param xstep.cascade.unit M
newmodel

igesbrep [locate_data_file bug25837_S.igs] result *

vinit
vdisplay result
vfit
vsetdispmode 1

set x 200
set y 200
checkcolor $x $y 0 0 0

checkview -screenshot -3d -path ${imagedir}/${test_image}.png
