mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
16 lines
384 B
Plaintext
Executable File
16 lines
384 B
Plaintext
Executable File
set TheFileName shading_025.brep
|
|
set bug_freenodes "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set nbfreenodes(All) 1
|
|
} else {
|
|
set bug_freelinks "OCC23105"
|
|
### set nbfree(ALL) 4
|
|
if { [string compare $command "mesh"] == 0 } {
|
|
### set nbfree(ALL) 8 ### OCC23106
|
|
set nbfree(ALL) 2
|
|
} else {
|
|
set nbfree(ALL) 2
|
|
}
|
|
set nbfreenodes(All) 4
|
|
}
|