mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 18:32:35 +08: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).
10 lines
213 B
Plaintext
Executable File
10 lines
213 B
Plaintext
Executable File
set TheFileName OCC22145.stp
|
|
set bug_freenodes "OCC22687"
|
|
set bug_cross "OCC22687"
|
|
set nbcross(ALL) 8
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set nbfreenodes(ALL) 4
|
|
} else {
|
|
set nbfreenodes(ALL) 2
|
|
}
|