mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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
|
|
}
|