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