mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03: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
217 B
Plaintext
Executable File
10 lines
217 B
Plaintext
Executable File
set TheFileName shading_116.brep
|
|
set max_rel_tol_diff 1
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set rel_tol 0.241
|
|
} else {
|
|
set rel_tol 6.376860334255998
|
|
}
|
|
#set bug_freenodes "M8"
|
|
#set nbfreenodes(All) 1
|