mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
Use real tolerance of a face to define threshold for tolerance of discrete model instead of empirical values based on discrete model itself
10 lines
215 B
Plaintext
Executable File
10 lines
215 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
|
|
}
|