Adding test cases from grid chl
[occt.git] / tests / bugs / modalg / bug23367_4
1 puts "============"
2 puts "CR23367"
3 puts "============"
4 puts ""
5 ##########################################################################################################
6 # New functionality restoring the middle path of pipe-like shape
7 ##########################################################################################################
8
9 ptorus a 50 10
10 explode a e
11 wire ww a_2
12 donly a ww
13 fit
14 middlepath result a ww ww
15
16 set length 314.159
17
18 set 2dviewer 1
19
20
21