0029604: Uniform mechanism providing History of shape's modifications for OCCT algori...
[occt.git] / tests / bugs / modalg_4 / bug22646
1 puts "TODO OCC29653 All:exception"
2 puts "TODO OCC29653 All:\\*\\* Exception \\*\\*"
3 puts "TODO OCC29653 All:TEST INCOMPLETE"
4
5 puts "============"
6 puts "OCC22646"
7 puts "============"
8 puts ""
9 ######################################################
10 # Error in algorithms BRepOffsetAPI_ThruSections and BRepOffsetAPI_MakePipeShell: 
11 # sections with degenerated edges are processed in
12 ######################################################
13
14 set BugNumber OCC22646
15
16
17 restore [locate_data_file bug22646_source.brep] s1
18 restore [locate_data_file bug22646_scale_translate_xyz.brep] s2
19 restore [locate_data_file bug22646_scale_translate_yz.brep] s3
20 restore [locate_data_file bug22646_scale_translate_z.brep] s4
21
22 vinit
23 explode s1
24 explode s2
25 explode s3
26 explode s4
27 vfit
28
29 donly s1_1 s2_1
30 thrusections res2 0 0 s1_1 s2_1
31
32 donly s1_1 s3_1
33 thrusections res3 0 0 s1_1 s3_1
34
35 donly s1_1 s4_1
36 thrusections res4 0 0 s1_1 s4_1
37
38 checkview -screenshot -3d -path ${imagedir}/${test_image}.png
39