mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
Fix compilation error on Linux Adding test command for this fix meshPolygon: simplify source polygon by splitting it onto parts without glued edges and loops Check surrounded triangles during final cleaning of mesh Correct polygon on frontier edges Modified test cases in group mesh according to new behavior
45 lines
996 B
Plaintext
Executable File
45 lines
996 B
Plaintext
Executable File
set TheFileName shading_wrongshape_009.brep
|
|
set bug_area "OCC22687"
|
|
set rel_tol 10.7
|
|
set bug_withouttri "OCC22687"
|
|
set bug_freelinks "OCC22687"
|
|
set bug_freenodes "OCC22687"
|
|
set os "ALL"
|
|
if {[array get env os_type] != ""} {
|
|
set os $env(os_type)
|
|
}
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set nbt 14
|
|
set nbn 83
|
|
if {
|
|
[string compare $os "Mandriva2008"] == 0
|
|
|| [string compare $os "Debian40"] == 0
|
|
} {
|
|
set nbl 19
|
|
set nbfree($os) $nbl
|
|
## else
|
|
## set nbl 17
|
|
}
|
|
set nbwithouttri($os) $nbt
|
|
set nbfreenodes($os) $nbn
|
|
} else {
|
|
if {
|
|
[string compare $os "Mandriva2010"] == 0
|
|
} {
|
|
set nbt 14
|
|
set nbn 83
|
|
set nbl 19
|
|
set nbwithouttri($os) $nbt
|
|
set nbfree($os) $nbl
|
|
set nbfreenodes($os) $nbn
|
|
} else {
|
|
set bug_withouttri "OCC23105"
|
|
set nbt 14
|
|
set nbn 60
|
|
## set nbl 2
|
|
set nbwithouttri($os) $nbt
|
|
## set nbfree($os) $nbl
|
|
set nbfreenodes($os) $nbn
|
|
}
|
|
}
|