0026342: No materials are read from STEP
[occt.git] / tests / bugs / modalg_1 / bug1477_11
1
2 puts "============"
3 puts "OCC1477"
4 puts "============"
5 puts ""
6 ######################################################
7 # Problems in MakePipeShell
8 # (case 11)
9 ######################################################
10
11 restore [locate_data_file OCC1477-1.brep] s1 
12 restore [locate_data_file OCC1477-2.brep] s2 
13
14 checkshape s1
15 checkshape s2
16
17 mksweep s1
18
19 addsweep s2 0 1 1 2 2 .5
20
21 if { [catch {buildsweep result -R} catch_result] } {
22     puts "Faulty OCC1477"
23 }
24
25 set square 1.81647e+006
26 set 3dviewer 1
27