mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-05 18:16:23 +03:00
Modifications: 1.Test cases 2. locate_data_file from DrawResources/TestCommands.tcl Fix for mesh end Adjusting testing cases for current state of master using new organization of data files
8 lines
169 B
Plaintext
Executable File
8 lines
169 B
Plaintext
Executable File
set TheFileName OCC22145.stp
|
|
set bug_freenodes "OCC22687"
|
|
if { [string compare $command "shading"] == 0 } {
|
|
set nbfreenodes(ALL) 4
|
|
} else {
|
|
set nbfreenodes(ALL) 2
|
|
}
|