mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-20 12:45:50 +03:00
Adding procedures checkcolor and checkpoint. Modified test cases which are used QAGetPixelColor or QAAISGetPixelColor2d Allow using command QAAISGetPixelColor2d on WNT Rename test case tests/bugs/vis/bug19619 to pro19619 Added test cases to modalg and moddata
23 lines
470 B
Plaintext
Executable File
23 lines
470 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC138"
|
|
puts "========"
|
|
puts ""
|
|
#######################################
|
|
## Viewer problem: Selection of objects on global context
|
|
#######################################
|
|
vinit
|
|
set info [OCC138]
|
|
|
|
set length [llength ${info}]
|
|
if {${length} < 5 } {
|
|
puts "OCC138: Error (case 1)"
|
|
} else {
|
|
regexp {No of currents += +([-0-9.+eE]+)} $info full NbCurrents
|
|
if {${NbCurrents} != 3 } {
|
|
puts "OCC138: Error (case 2)"
|
|
}
|
|
}
|
|
|
|
vfit
|
|
set only_screen 1
|