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