mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Remove free triangles connected to triangles over nodes of super triangle. Modification of improved test case.
11 lines
272 B
Plaintext
Executable File
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
|
|
}
|