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