0023457: Slow text rendering
[occt.git] / tests / bugs / modalg / bug571_1
CommitLineData
f1aa2b62 1puts "========"
2puts "OCC571"
3puts "========"
4puts ""
5##########################
6## Fillet operation fails on given shape
7##########################
8## LIMITATION: Builds fillet with 0.03<=r<=1.2
9##########################
10
11restore [locate_data_file OCC571.brep] a
352ffd73 12checkshape a
f1aa2b62 13explode a
14
15if [catch {fillet result a_1 1.2 a_2 } catch_result] {
16 puts "Faulty OCC571 exception (case 1): Fillet operation fails on given shape "
17} else {
18 puts " OCC571 (case 1) OK: Fillet operation was made"
19}
20
21set square 21118.1
22set 2dviewer 0