mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
31 lines
820 B
Plaintext
31 lines
820 B
Plaintext
if {[string compare $command "ShapeConvertRev"] == 0 } {
|
|
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 "Mandriva2010"] != 0
|
|
} {
|
|
puts "TODO OCC23127 $os: Error : The resulting shape is not correct"
|
|
}
|
|
}
|
|
|
|
if {[string compare $command "ShapeDivide"] == 0 } {
|
|
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 "Mandriva2010"] != 0
|
|
} {
|
|
puts "TODO OCC23127 $os: Error: 2 Curve Only C0 after DT_ShapeDivide operation."
|
|
}
|
|
}
|
|
|
|
restore [locate_data_file FL_KO10005.brep] a
|
|
|