mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08: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
|
|
}
|