0031047: Modeling Algorithms - BRepExtrema_DistShapeShape gives wrong result
[occt.git] / tests / bugs / modalg_6 / bug28491
CommitLineData
370101f3 1puts "========"
2puts "OCC28491"
3puts "========"
4puts ""
5##########################################
6## Incomplete section curve
7##########################################
8
9set GoodLength 4.617
10
11restore [locate_data_file bug28491_H0.brep] h0
12restore [locate_data_file bug28491_Prism.brep] s1
13explode h0 f
14
15bsection r1 h0_57 s1
16bsection result h0_57 s1 -n2d2
17
18checkprops r1 -l $GoodLength
19checkprops result -l $GoodLength
20
21smallview
22don h0_57
23fit
24display result s1
25
26checkview -screenshot -2d -path ${imagedir}/${test_image}.png