0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_5 / bug23870_4
1 puts "TODO OCC24156 MacOS: \\*\\* Exception \\*\\*.*"
2 puts "TODO OCC24156 MacOS: An exception was caught"
3 puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
4
5 puts "============"
6 puts "OCC23870"
7 puts "============"
8 puts ""
9 #######################################################################
10 # Integration of new options of sweeping into BRepOffsetAPI_MakePipe algorithm.
11 #######################################################################
12
13 set BugNumber OCC23870
14
15 restore [locate_data_file bug23824_Case3_Path.brep] spine 
16 restore [locate_data_file bug23824_Case3_Profile.brep] profile 
17
18 wire profile profile
19 explode spine
20 wire spine spine_1
21
22 pipe result spine profile 2 approx
23
24 checkprops result -s 38260.5 
25 checkshape result
26
27 checknbshapes result -vertex 2 -edge 3 -wire 1 -face 1 -shell 1 -solid 0 -compsolid 0 -compound 0 -shape 8
28 checkview -display result -2d -path ${imagedir}/${test_image}.png