0026106: BRepMesh - revision of data model
[occt.git] / tests / bugs / modalg_2 / bug23367_2
CommitLineData
2277323d 1puts "============"
2puts "CR23367"
3puts "============"
4puts ""
3cdfdc9a 5puts "TODO OCC24156 MacOS: Error : The length of result shape is"
2277323d 6##########################################################################################################
7# New functionality restoring the middle path of pipe-like shape
8##########################################################################################################
9
10pcylinder a 10 30 180
11explode a f
12donly a a_2 a_3
13fit
14middlepath result a a_2 a_3
15
58cf74e0 16checkprops result -l 30.0036
17checkshape result
18checksection result
2277323d 19
5747059b 20checkview -display result -2d -path ${imagedir}/${test_image}.png
2277323d 21
22
23