mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-08 18:40:55 +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
27 lines
725 B
Plaintext
Executable File
27 lines
725 B
Plaintext
Executable File
|
|
puts "========================"
|
|
puts " SAL594 "
|
|
puts "========================"
|
|
puts ""
|
|
###################################
|
|
## It is impossible to put correct fillets on the shape
|
|
###################################
|
|
|
|
restore [locate_data_file SAL594.brep] a
|
|
explode a e
|
|
|
|
if [catch {blend result1 a 20 a_23 20 a_25 20 a_26 20 a_28} catch_result] {
|
|
puts "Faulty SAL594 (case 1): function BLEND works wrongly"
|
|
} else {
|
|
puts "SAL594 OK (case 1): function BLEND works OK"
|
|
}
|
|
|
|
if [catch {blend result result1 2.5 a_15 2.5 a_12 2.5 a_4} catch_result] {
|
|
puts "Faulty SAL594 (case 2): function BLEND works wrongly."
|
|
} else {
|
|
puts "SAL594 OK (case 2): function BLEND works OK"
|
|
}
|
|
|
|
set square 60513.1
|
|
set 2dviewer 0
|