1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-07-10 12:25:50 +03:00

26 lines
664 B
Plaintext

set os "ALL"
if {[array get env os_type] != ""} {
set os $env(os_type)
}
if {
[string compare $os "Windows-64-VC10"] == 0
|| [string compare $os "Windows-64-VC9"] == 0
|| [string compare $os "Windows-64-VC8"] == 0
} {
puts "TODO OCC23068 $os: An exception was caught"
puts "TODO OCC23068 $os: \\*\\* Exception \\*\\*.*"
puts "TODO OCC23068 $os: Error : The offset can not be build."
} else {
puts "TODO OCC23068 $os: Error : result is not a topological shape"
puts "TODO OCC23068 $os: Error : The offset can not be build."
}
restore [locate_data_file offset_wire_040.brep] s
set length 0
set nbsh_v 0
set nbsh_e 0
set nbsh_w 0