0029807: [Regression to 7.0.0] Impossible to cut cone from prism
[occt.git] / tests / bugs / modalg_2 / bug23367_6
1 puts "============"
2 puts "CR23367"
3 puts "============"
4 puts ""
5 ##########################################################################################################
6 # New functionality restoring the middle path of pipe-like shape
7 ##########################################################################################################
8
9 restore [locate_data_file bug23367_pipe1.brep] a
10 explode a e
11 wire w1 a_2
12 wire w2 a_6
13 donly a w1 w2
14 fit
15 middlepath result a w1 w2
16
17 checkprops result -l 1386.13 
18 checkshape result 
19 checksection result
20
21 checkview -display result -2d -path ${imagedir}/${test_image}.png
22
23
24