0023748: Bad monitoring of intermediate results in offset commands
[occt.git] / tests / bugs / modalg_2 / bug497_1
CommitLineData
a87752f3 1puts "TODO OCC12345 ALL: Error : The square of result shape is"
2
3puts "========="
4puts " OCC497 "
5puts "(case 1)"
6puts "========="
7puts ""
8########################################################
9## Result of cut and fuse operation are faulty shapes although arguments are valid.
10########################################################
11
12restore [locate_data_file OCC497a.brep] a_1
352ffd73 13checkshape a_1
a87752f3 14
15restore [locate_data_file OCC497b.brep] a_2
352ffd73 16checkshape a_2
a87752f3 17
18if [catch {bcut result a_1 a_2 } catch_result] {
19 puts "Faulty OCC497:function CUT works wrongly "
20} else {
21 puts "OCC497 : function CUT works without hangs up "
22}
23set square 0
24set 2dviewer 0