0014531: Boolean Operation Algorithm fails
[occt.git] / tests / bugs / modalg_2 / bug23367_11
CommitLineData
7416e83c 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 w2 w1
16
58cf74e0 17checkprops result -l 1386.13
18checkshape result
19checksection result
7416e83c 20
5747059b 21checkview -display result -2d -path ${imagedir}/${test_image}.png
7416e83c 22
23
24
25