0023105: Exception during Meshing / Missing triangles
[occt.git] / tests / mesh / data / standard / U7
CommitLineData
40093367 1set TheFileName shading_wrongshape_009.brep
2set bug_area "OCC22687"
3set rel_tol 10.7
4set bug_withouttri "OCC22687"
5set bug_freelinks "OCC22687"
6set bug_freenodes "OCC22687"
7set os "ALL"
8if {[array get env os_type] != ""} {
9 set os $env(os_type)
10}
11if { [string compare $command "shading"] == 0 } {
12 set nbt 14
13 set nbn 83
14 if {
15 [string compare $os "Mandriva2008"] == 0
16 || [string compare $os "Debian40"] == 0
17 } {
18 set nbl 19
304c45c8 19 set nbfree($os) $nbl
20## else
21## set nbl 17
40093367 22 }
304c45c8 23set nbwithouttri($os) $nbt
24set nbfreenodes($os) $nbn
40093367 25} else {
26 if {
27 [string compare $os "Mandriva2010"] == 0
28 } {
29 set nbt 14
30 set nbn 83
31 set nbl 19
304c45c8 32 set nbwithouttri($os) $nbt
33 set nbfree($os) $nbl
34 set nbfreenodes($os) $nbn
40093367 35 } else {
304c45c8 36 set bug_withouttri "OCC23105"
37 set nbt 14
40093367 38 set nbn 60
304c45c8 39## set nbl 2
40 set nbwithouttri($os) $nbt
41## set nbfree($os) $nbl
42 set nbfreenodes($os) $nbn
40093367 43 }
44}