0023853: BOP regression (2) - BRepAlgoAPI_Cut.
[occt.git] / tests / bugs / modalg_2 / bug269_2
1
2 puts "======== OCC269 ========"
3
4 restore [locate_data_file OCC269-2.brep] result
5 checkshape result
6 isos result 0
7 tclean result
8
9 #Creating mesh
10 incmesh result 0.01
11
12 #View the result of mesh
13 triangles result
14
15 set tri_info [trinfo result]
16 regexp { +([-0-9.+eE]+) +triangles} $tri_info full tri
17 regexp { +([-0-9.+eE]+) +nodes} $tri_info full nod
18
19 # $tri != 7627 && $nod != 3888,aki251103
20 if { $tri != 6849 && $nod !=  3498 }  {
21   puts "Shady OCC269: shading problem may be"
22 } else {
23   puts "Shading of OCC269 is OK"
24 }
25 set square 32.9479
26 set 2dviewer 0