0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_2 / bug23367_9
CommitLineData
7416e83c 1puts "============"
2puts "CR23367"
3puts "============"
4puts ""
5##########################################################################################################
6# New functionality restoring the middle path of pipe-like shape
7##########################################################################################################
8
9ptorus a 50 10 0 180
10explode a f
11shape b Sh
12add a_1 b
13explode b e
14wire ww b_2
15donly b ww
16fit
17middlepath result b ww ww
18
58cf74e0 19checkprops result -l 314.159
20checkshape result
21checksection result
7416e83c 22
5747059b 23checkview -display result -2d -path ${imagedir}/${test_image}.png
7416e83c 24
25
26
27