0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / moddata_1 / bug21122
1 puts "============"
2 puts "OCC21122"
3 puts "============"
4 puts ""
5 #######################################################################
6 # Incremental mesh error
7 #######################################################################
8
9 set BugNumber OCC21122
10
11 restore [locate_data_file OCC21122.brep] result
12
13 tclean result
14
15 set Deflection 0.1
16 catch {incmesh result ${Deflection} }
17
18 checktrinfo result -tri 4204 -nod 4206 -defl 1.9388020580310417e-07 -tol_rel_defl 0.1 -tol_rel_tri 0.001 -tol_rel_nod 0.001
19 checkprops result -s 275.426
20 checknbshapes result -vertex 964 -edge 964 -wire 1 -face 1 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 1931
21
22 vinit
23 vdisplay result
24 vsetdispmode 1
25 vfit
26
27 checkview -screenshot -3d -path ${imagedir}/${test_image}.png