mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-05-21 10:55:33 +03:00
15 lines
580 B
Plaintext
Executable File
15 lines
580 B
Plaintext
Executable File
if { [string compare $group advanced] == 0 } {
|
|
if { [string compare $command shading] == 0
|
|
|| [string compare $command incmesh] == 0
|
|
|| [string compare $command mesh] == 0 } {
|
|
puts "TODO OCC24156 MacOS: Tcl Exception: File linkrods.step could not be found"
|
|
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
|
}
|
|
### if { [string compare $command incmesh] == 0 && ${parallel} == 1 } {
|
|
### puts "TODO OCC24156 MacOS: Tcl Exception: File linkrods.step could not be found"
|
|
### puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
|
### }
|
|
}
|
|
|
|
set TheFileName linkrods.step
|