1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
set os "ALL"
if {[array get env os_type] != ""} {
set os $env(os_type)
}
if {
[string compare $os "Debian40"] == 0
|| [string compare $os "Mandriva2008"] == 0
|| [string compare $os "SUSE10-64"] == 0
|| [string compare $os "Windows-64-VC8"] == 0
|| [string compare $os "Windows-64-VC9"] == 0
|| [string compare $os "Windows-64-VC10"] == 0
} {
puts "TODO OCC23068 $os: Error : Result shape is WRONG"
}
if { [string compare $os "MacOS"] == 0 } {
puts "TODO OCC24156 MacOS: Error : The resulting shape is WRONG"
}
restore [locate_data_file offset_wire_103.brep] s
set length 316.751
set nbsh_v 43
set nbsh_e 43
set nbsh_w 1
|