1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-26 10:19:45 +03:00
oan 304c45c83f 0023105: Exception during Meshing / Missing triangles
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
2013-07-25 13:11:00 +04:00

16 lines
427 B
Plaintext
Executable File

set TheFileName shading_wrongshape_004.brep
set bug_area "OCC22687"
set rel_tol 1.9
set bug_withouttri "OCC22687"
if { [string compare $command "shading"] == 0 } {
puts "TODO OCC23105 ALL: Error: Improvement: The current area difference is"
set nbwithouttri(All) 1
set bug_freenodes "OCC22687"
set nbfreenodes(All) 38
} else {
set nbwithouttri(All) 1
set bug_freenodes "OCC23105"
set nbfreenodes(ALL) 1
}