mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
Protection against hangs of mesh and crash(made by epa) Added test case bugs/mesh/bug28118 Tests mesh* standard_* W7 are corrected (TODO removed)
12 lines
290 B
Plaintext
Executable File
12 lines
290 B
Plaintext
Executable File
set TheFileName shading_wrongshape_027.brep
|
|
set bug_freenodes "OCC22687"
|
|
set nbfreenodes(All) 6
|
|
if { [string compare $command "shading"] != 0 } {
|
|
#set bug_area "OCC22687"
|
|
set max_rel_tol_diff 1
|
|
set rel_tol 1.2
|
|
} else {
|
|
set max_rel_tol_diff 0.01
|
|
set rel_tol 0.052351028422287886
|
|
}
|