mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-31 11:15:31 +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
14 lines
347 B
Plaintext
Executable File
14 lines
347 B
Plaintext
Executable File
set TheFileName shading_wrongshape_029.brep
|
|
set bug_withouttri "OCC22687"
|
|
set nbwithouttri(All) 1
|
|
set bug_freelinks "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set bug_freenodes "OCC23105"
|
|
set nbfreenodes(ALL) 2
|
|
set nbfree(ALL) 12
|
|
} else {
|
|
set bug_freenodes "OCC23105"
|
|
set nbfreenodes(ALL) 2
|
|
set nbfree(ALL) 8
|
|
}
|