1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug29655
ifv 4563cf3e6c 0029655: [Regression to 6.9.1] Distance between cylinder and straight line
Trimming line by corner points of surface bounding box is added to reduce rang of line
Test case added
2018-05-23 06:02:39 +03:00

20 lines
427 B
Plaintext

puts "========"
puts "OCC29655"
puts "========"
puts ""
#################################################
# 0029655: [Regression to 6.9.1] Distance between cylinder and straight line
#################################################
restore [locate_data_file bug29655.brep] s
explode s
distmini res s_1 s_2
if { [isdraw res] } {
checknbshapes res -vertex 1 -edge 0
} else { puts "Error : result of distmini is wrong" }