mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
1. Test case for the issue has been created. The issue is fixed by the patch #26106. 2. Since now, "tricheck" command uses edge tolerance instead of edge deflection to check cross-face-errors (set of nodes of the edge on 1st face must be equal to set of nodes of the same edge on 2nd face).
11 lines
306 B
Plaintext
Executable File
11 lines
306 B
Plaintext
Executable File
set TheFileName shading_027.brep
|
|
##if { [string compare $command "shading"] != 0 } {
|
|
## set bug_freenodes "OCC23105"
|
|
## set nbfreenodes(All) 3
|
|
##}
|
|
###set bug_withouttri "OCC23106"
|
|
###set nbwithouttri(All) 1
|
|
set bug_freenodes "OCC23105"
|
|
set bug_cross "OCC23105"
|
|
set nbfreenodes(All) 2
|
|
set nbcross(ALL) 1 |