0030760: Modeling Algorithms - Intersection fails in Occt 7.3.0
[occt.git] / tests / bugs / modalg_7 / bug29655
CommitLineData
4563cf3e 1puts "========"
2puts "OCC29655"
3puts "========"
4puts ""
5#################################################
6# 0029655: [Regression to 6.9.1] Distance between cylinder and straight line
7#################################################
8
9restore [locate_data_file bug29655.brep] s
10explode s
11distmini res s_1 s_2
12
13
14if { [isdraw res] } {
15 checknbshapes res -vertex 1 -edge 0
16} else { puts "Error : result of distmini is wrong" }
17
18
19