Adjusting bugs group for current state of OCCT
[occt.git] / tests / bugs / modalg / bug1477_10
1 puts "TODO OCC11111 ALL: Faulty shapes in variables faulty_1 to faulty_"
2 puts "TODO OCC11111 ALL: Error : The square of result shape is"
3
4 puts "============"
5 puts "OCC1477"
6 puts "============"
7 puts ""
8 ######################################################
9 # Problems in MakePipeShell
10 # (case 10)
11 ######################################################
12
13 restore [locate_data_file OCC1477-1.brep] s1 
14 restore [locate_data_file OCC1477-2.brep] s2 
15
16 checkshape s1
17 checkshape s2
18
19 mksweep s1
20
21 addsweep s2 -T 0 1 1 2 2 .5
22
23 if { [catch {buildsweep result -C} catch_result] } {
24     puts "Faulty OCC1477"
25 }
26
27 set square 0
28 set 3dviewer 1
29