0030829: BRepExtrema_ShapeProximity crashes with shape from STL/WRL
[occt.git] / tests / bugs / modalg_7 / bug29655
1 puts "========"
2 puts "OCC29655"
3 puts "========"
4 puts ""
5 #################################################
6 # 0029655: [Regression to 6.9.1] Distance between cylinder and straight line
7 #################################################
8
9 restore [locate_data_file bug29655.brep] s
10 explode s
11 distmini res s_1 s_2
12
13
14 if { [isdraw res] } {
15   checknbshapes res -vertex 1 -edge 0
16 } else { puts "Error : result of distmini is wrong" }
17
18
19