Update of tests database
[occt.git] / tests / bugs / mesh / bug26889
CommitLineData
cba287d6 1puts "TODO CR26889 ALL: Error: the mesh takes too long to be built"
2
3puts "========="
4puts "CR26889"
5puts "========="
6puts ""
7###############################################
8# Very poor mesh result from shape
9###############################################
10
11pload XDE
12
13stepread [locate_data_file bug26889_export.step] a *
14
15dlog reset
16dlog on
17
18dchrono t restart
19incmesh a_1 0.1 1
20dchrono t stop counter incmesh
21
22set info [dlog get]
23dlog reset
24dlog off
25
26regexp {COUNTER incmesh: +([-0-9.+eE]+)} ${info} full Time
27
28if { ${Time} > 30. } {
29 puts "Error: the mesh takes too long to be built"
30}
31
32checktrinfo a_1 -tri -nod
33
34vinit
35vsetdispmode 1
36vdisplay a_1
37vfit
38checkview -screenshot -3d -path ${imagedir}/${test_image}.png