0027531: Modeling Algorithms - Make the algorithm Approx_SameParameter more clear...
[occt.git] / tests / bugs / modalg_7 / bug30829
CommitLineData
7c08e3ac 1puts "========"
2puts "0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL"
3puts "========"
4puts ""
5
6pload XSDRAW
7
8box b 10 10 10
9pcylinder c 5 10
10incmesh b 0.1
11incmesh c 0.1
12
13writestl b ${imagedir}/${test_image}_b.stl
14writestl c ${imagedir}/${test_image}_c.stl
15readstl b ${imagedir}/${test_image}_b.stl
16readstl c ${imagedir}/${test_image}_c.stl
17file delete ${imagedir}/${test_image}_b.stl
18file delete ${imagedir}/${test_image}_c.stl
19
20proximity b c