0031304: Configuration - TKACIS building failure due to duplicated symbol GeomFillFus...
[occt.git] / tests / bugs / modalg_2 / bug23367_10
CommitLineData
7416e83c 1puts "============"
2puts "CR23367"
3puts "============"
4puts ""
5##########################################################################################################
6# New functionality restoring the middle path of pipe-like shape
7##########################################################################################################
8
9polyline pp 0 0 0 10 0 0 20 10 0 20 20 0
10polyline sp 0 0 0 0 0 100 0 50 200 0 100 100
11mksweep sp
12addsweep pp
13buildsweep a -R
14explode a e
15wire w1 a_2 a_5 a_8
16wire w2 a_24 a_22 a_20
17donly a w1 w2
18fit
19middlepath result a w1 w2
20
58cf74e0 21checkprops result -l 288.824
22checkshape result
23checksection result
7416e83c 24
5747059b 25checkview -display result -2d -path ${imagedir}/${test_image}.png
7416e83c 26
27
28
29