mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Corrected integration
This commit is contained in:
parent
6d1a5d3a0c
commit
7c57b71eed
@ -2,23 +2,22 @@ set os "ALL"
|
|||||||
if {[array get env os_type] != ""} {
|
if {[array get env os_type] != ""} {
|
||||||
set os $env(os_type)
|
set os $env(os_type)
|
||||||
}
|
}
|
||||||
|
##if {
|
||||||
if {
|
## [string compare $os "Debian40" ] == 0
|
||||||
[string compare $os "Debian40" ] == 0
|
## || [string compare $os "Debian50-64" ] == 0
|
||||||
|| [string compare $os "Debian50-64" ] == 0
|
## || [string compare $os "Debian60-64" ] == 0
|
||||||
|| [string compare $os "Debian60-64" ] == 0
|
## || [string compare $os "Mandriva2008" ] == 0
|
||||||
|| [string compare $os "Mandriva2008" ] == 0
|
## || [string compare $os "Mandriva2010" ] == 0
|
||||||
|| [string compare $os "Mandriva2010" ] == 0
|
## || [string compare $os "Mandriva2010-64"] == 0
|
||||||
|| [string compare $os "Mandriva2010-64"] == 0
|
## || [string compare $os "SUSE10-64"] == 0
|
||||||
|| [string compare $os "SUSE10-64"] == 0
|
## || [regexp {Windows} $os] == 1
|
||||||
|| [regexp {Windows} $os] == 1
|
## } {
|
||||||
} {
|
puts "TODO ?OCC23068 $os: An exception was caught 004FA5DC : StdFail_NotDone: BRep_API: command not done"
|
||||||
puts "TODO OCC23068 $os: An exception was caught"
|
puts "TODO ?OCC23068 $os: \\*\\* Exception \\*\\*"
|
||||||
puts "TODO OCC23068 $os: \\*\\* Exception \\*\\*"
|
puts "TODO ?OCC23068 $os: TEST INCOMPLETE"
|
||||||
puts "TODO OCC23068 $os: TEST INCOMPLETE"
|
##} else {
|
||||||
} else {
|
puts "TODO ?OCC23068 $os: Error : The offset is not valid. The volume is"
|
||||||
puts "TODO OCC23068 $os: Error : The offset is not valid. The volume is"
|
##}
|
||||||
}
|
|
||||||
|
|
||||||
ellipse w1 0 0 0 15 10
|
ellipse w1 0 0 0 15 10
|
||||||
mkedge w1 w1 0 pi/2
|
mkedge w1 w1 0 pi/2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user