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