mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-25 12:55:50 +03:00
23 lines
574 B
Plaintext
23 lines
574 B
Plaintext
set os "ALL"
|
|
if {[array get env os_type] != ""} {
|
|
set os $env(os_type)
|
|
}
|
|
|
|
if {
|
|
[string compare $os "Mandriva2010"] == 0
|
|
|| [string compare $os "Debian40" ] == 0
|
|
|| [string compare $os "Mandriva2008"] == 0
|
|
} {
|
|
puts "TODO OCC23068 $os: Faulty shapes in variables faulty_1 to faulty_26"
|
|
} 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_059.brep] s
|
|
|
|
set length 347.204
|
|
set nbsh_v 584
|
|
set nbsh_e 584
|
|
set nbsh_w 1
|
|
|