mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
27 lines
559 B
Plaintext
27 lines
559 B
Plaintext
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"
|
|
}
|
|
|
|
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
|
|
|
|
|
|
|
|
|