0026431: Can't cut a sphere from a cylinder
[occt.git] / tests / bugs / modalg_3 / bug602
CommitLineData
4e14c88f 1puts "TODO OCC00000 ALL: Faulty OCC602: function BLEND works wrongly"
2puts "TODO OCC00000 ALL: Tcl Exception: result is not a topological shape!!!"
3puts "TODO OCC00000 ALL: TEST INCOMPLETE"
f1aa2b62 4
5puts "========================"
6puts " OCC602 "
7puts "========================"
8puts ""
9###########################################
10## Exception during filet creation if it cross samedge of cylinder.
11###########################################
12
13restore [locate_data_file OCC602.brep] a
352ffd73 14checkshape a
f1aa2b62 15
16explode a e
17
18if [catch {blend result a 20 a_9 } catch_result] {
19 puts "Faulty OCC602: function BLEND works wrongly"
20} else {
21 puts "OCC602 OK: function BLEND works OK"
22}
23
24set square 0
25set 2dviewer 0