0027015: Sewing returns invalid shape if some faces are nearly plane cones
[occt.git] / tests / bugs / modalg_2 / bug23367_6
CommitLineData
2277323d 1puts "============"
2puts "CR23367"
3puts "============"
4puts ""
5##########################################################################################################
6# New functionality restoring the middle path of pipe-like shape
7##########################################################################################################
8
9restore [locate_data_file bug23367_pipe1.brep] a
10explode a e
11wire w1 a_2
12wire w2 a_6
13donly a w1 w2
14fit
15middlepath result a w1 w2
16
58cf74e0 17checkprops result -l 1386.13
18checkshape result
19checksection result
2277323d 20
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
2277323d 22
23
24