mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-15 05:28:47 +08:00
19 lines
515 B
Plaintext
19 lines
515 B
Plaintext
if {[string compare $command "SplitAngle"] == 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 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
} else {
|
|
puts "TODO ?OCC23127 ALL: Faulty shapes in variables faulty_1 to faulty_"
|
|
}
|
|
}
|
|
|
|
restore [locate_data_file METABO3.brep] a
|
|
|