0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_5 / bug23839_6
1 puts "========"
2 puts "OCC23839"
3 puts "========"
4 puts ""
5 #######################################################################
6 # Projection algorithm produces wrong results for set of data
7 #######################################################################
8
9 restore [locate_data_file bug23839_f12] f
10 mksurface s f
11 mkface ff s
12 pcurve ff
13 explode f e
14 mkcurve c f_3
15
16 project cx c s
17
18 v2d
19 2dfit
20 checkview -screenshot -2d -path ${imagedir}/${test_image}.png
21