mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-07-30 13:05: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
540 B
Plaintext
Executable File
23 lines
540 B
Plaintext
Executable File
puts "========"
|
|
puts "OCC571"
|
|
puts "========"
|
|
puts ""
|
|
##########################
|
|
## Fillet operation fails on given shape
|
|
##########################
|
|
## LIMITATION: Builds fillet with 0.03<=r<=1.2
|
|
##########################
|
|
|
|
restore [locate_data_file OCC571.brep] a
|
|
puts [checkshape a]
|
|
explode a
|
|
|
|
if [catch {fillet result a_1 1.2 a_2 } catch_result] {
|
|
puts "Faulty OCC571 exception (case 1): Fillet operation fails on given shape "
|
|
} else {
|
|
puts " OCC571 (case 1) OK: Fillet operation was made"
|
|
}
|
|
|
|
set square 21118.1
|
|
set 2dviewer 0
|