1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-10 18:51:21 +03:00
occt/tests/bugs/modalg_2/bug571_2
ski a8676008f7 Adding of testing cases from subgroups 937 940 and 941 of CHL group
Splitting of subgroups bugs/modalg and bugs/moddata to optimise time of testing
Correction of end file in group v3d
Small correction of test case
2013-02-08 15:16:15 +04:00

23 lines
534 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
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