puts "TODO CR26889 ALL: Error: the mesh takes too long to be built" puts "=========" puts "CR26889" puts "=========" puts "" ############################################### # Very poor mesh result from shape ############################################### pload XDE stepread [locate_data_file bug26889_export.step] a * dlog reset dlog on dchrono t restart incmesh a_1 0.1 1 dchrono t stop counter incmesh set info [dlog get] dlog reset dlog off regexp {COUNTER incmesh: +([-0-9.+eE]+)} ${info} full Time if { ${Time} > 30. } { puts "Error: the mesh takes too long to be built" } checktrinfo a_1 -tri -nod vinit vsetdispmode 1 vdisplay a_1 vfit checkview -screenshot -3d -path ${imagedir}/${test_image}.png