0033661: Data Exchange, Step Import - Tessellated GDTs are not imported
[occt.git] / tests / bugs / modalg_2 / bug23367_5
CommitLineData
2277323d 1puts "============"
2puts "CR23367"
3puts "============"
4puts ""
5##########################################################################################################
6# New functionality restoring the middle path of pipe-like shape
7##########################################################################################################
8
9pcylinder a 10 50
10explode a f
11donly a a_2 a_3
12fit
13middlepath result a a_2 a_3
14
58cf74e0 15checkprops result -l 50.
16checkshape result
17checksection result
2277323d 18
5747059b 19checkview -display result -2d -path ${imagedir}/${test_image}.png
2277323d 20
21
22
23