0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_2 / 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 checkprops result -l 314.159 
17 checkshape result 
18 checksection result
19
20 checkview -display result -2d -path ${imagedir}/${test_image}.png
21
22
23