mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-23 14:57:23 +08:00
17 lines
412 B
Plaintext
Executable File
17 lines
412 B
Plaintext
Executable File
set TheFileName shading_wrongshape_025.brep
|
|
set bug_area "OCC22687"
|
|
set rel_tol 36.8
|
|
set bug_withouttri "OCC22687"
|
|
set bug_cross "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set nbwithouttri(All) 91
|
|
set nbcross(All) 12
|
|
set bug_freenodes "OCC22687"
|
|
set nbfreenodes(All) 10
|
|
} else {
|
|
set nbwithouttri(All) 91
|
|
set nbcross(All) 11
|
|
set bug_freenodes "OCC22687"
|
|
set nbfreenodes(All) 9
|
|
}
|