0023367: New functionality restoring the middle path of pipe-like shape
[occt.git] / tests / bugs / modalg / bug23367_6
1 puts "============"
2 puts "CR23367"
3 puts "============"
4 puts ""
5 ##########################################################################################################
6 # New functionality restoring the middle path of pipe-like shape
7 ##########################################################################################################
8
9 restore [locate_data_file bug23367_pipe1.brep] a
10 explode a e
11 wire w1 a_2
12 wire w2 a_6
13 donly a w1 w2
14 fit
15 middlepath result a w1 w2
16
17 set length 1386.13
18
19 set 2dviewer 1
20
21
22