1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
oan 060fc60338 0030149: BRepMesh_Delaun: free triangle is left in the mesh after cleanup of auxiliary items
Remove free triangles connected to triangles over nodes of super triangle.
Modification of improved test case.
2019-03-07 18:11:43 +03:00

11 lines
272 B
Plaintext
Executable File

set TheFileName shading_wrongshape_007.brep
if { [string compare $command "shading"] == 0 } {
## set bug_freelinks "OCC22687"
set bug_freenodes "OCC22687"
set nbfreenodes(All) 6
set nbfree(All) 3
} else {
## set bug_freelinks "OCC22687"
## set nbfree(All) 8
}