0026342: No materials are read from STEP
[occt.git] / tests / bugs / modalg_4 / bug22646
1 puts "============"
2 puts "OCC22646"
3 puts "============"
4 puts ""
5 ######################################################
6 # Error in algorithms BRepOffsetAPI_ThruSections and BRepOffsetAPI_MakePipeShell: 
7 # sections with degenerated edges are processed in
8 ######################################################
9
10 set BugNumber OCC22646
11
12
13 restore [locate_data_file bug22646_source.brep] s1
14 restore [locate_data_file bug22646_scale_translate_xyz.brep] s2
15 restore [locate_data_file bug22646_scale_translate_yz.brep] s3
16 restore [locate_data_file bug22646_scale_translate_z.brep] s4
17
18 vinit
19 explode s1
20 explode s2
21 explode s3
22 explode s4
23 vfit
24
25 donly s1_1 s2_1
26 thrusections res2 0 0 s1_1 s2_1
27
28 donly s1_1 s3_1
29 thrusections res3 0 0 s1_1 s3_1
30
31 donly s1_1 s4_1
32 thrusections res4 0 0 s1_1 s4_1
33
34 set only_screen 1
35