0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_2 / bug23367_9
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 0 180
10 explode a f
11 shape b Sh
12 add a_1 b
13 explode b e
14 wire ww b_2
15 donly b ww
16 fit
17 middlepath result b ww ww
18
19 checkprops result -l 314.159 
20 checkshape result 
21 checksection result
22
23 checkview -display result -2d -path ${imagedir}/${test_image}.png
24
25
26
27