Files
OCCT/tests/bugs/modalg/bug571_2
apn f1aa2b6272 Adding new testing cases for chl grid
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
2012-12-14 16:56:11 +04:00

23 lines
541 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 0.03 a_2 } catch_result] {
puts "Faulty OCC571 exception (case 2): Fillet operation fails on given shape "
} else {
puts " OCC571 (case 2) OK: Fillet operation was made"
}
set square 21209.9
set 2dviewer 0