0024326: Get rid of confusing extension line
[occt.git] / tests / bugs / moddata_2 / bug601
CommitLineData
352ffd73 1puts "TODO OCC12345 ALL: Faulty OCC601: function BLEND works wrongly"
2
3puts "========================"
4puts " OCC601 "
5puts "SAM1542"
6puts "========================"
7puts ""
8#############################################
9## No possibility to make a fillet 13 at the inner edge of the shape
10#############################################
11
12restore [locate_data_file OCC601.brep] a
13checkshape a
14
15explode a e
16
17if [catch {blend result a 13 a_41 } res] {
18 puts "Faulty OCC601: function BLEND works wrongly"
19} else {
20 puts "OCC601 OK: function BLEND works without exception"
21 checkshape result
22
352ffd73 23 set square 10
24 set 2dviewer 0
25}