mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
14 lines
366 B
Plaintext
Executable File
14 lines
366 B
Plaintext
Executable File
set TheFileName shading_018.brep
|
|
set bug_withouttri "OCC22687"
|
|
set nbwithouttri(All) 1
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set bug_freenodes "OCC22687"
|
|
set nbfreenodes(All) 1
|
|
}
|
|
if { [string compare $command "incmesh"] == 0 } {
|
|
set bug_freenodes "OCC22687"
|
|
set nbfreenodes(All) 1
|
|
set bug_freelinks "OCC22687"
|
|
set nbfree(All) 2
|
|
}
|