0023105: Exception during Meshing / Missing triangles
[occt.git] / tests / mesh / data / standard / W4
1 set TheFileName shading_wrongshape_024.brep
2
3 set bug_cross "OCC22687"
4 set nbcross(All) 1
5
6 set bug_freenodes "OCC22687"
7
8 set bug_withouttri "OCC22687"
9 if { [string compare $command "shading"] == 0 } {
10   set bug_area "OCC22687"
11   set rel_tol 1.3
12   set nbwithouttri(ALL) 6
13   set nbfreenodes(ALL) 1
14   set bug_freelinks "OCC22687"
15   set nbfree(ALL) 2
16 } else {
17   set nbfreenodes(ALL) 2
18   set nbwithouttri(ALL) 5
19 }
20 if { [string compare $command "mesh"] == 0 } {
21   set os "ALL"
22   if {[array get env os_type] != ""} {
23     set os $env(os_type)
24   }
25   set bug_freelinks "OCC22687"
26   if {[string compare $os "Mandriva2008"] == 0 || [string compare $os "Mandriva2010"] == 0 || [string compare $os "Debian40"] == 0 || [string compare $os "Debian60-64"] == 0 || [string compare $os "windows"] == 0} {
27     set nb 4
28   } else {
29     set nb 6
30   }
31   set nbfree($os) $nb
32 }
33 if { [string compare $command "shading"] == 0 } {
34   set bug_freelinks "OCC22687"
35   set nbfree(ALL) 2
36 }