1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0028725: Degradation in performance of BRepExtrema_DistShapeShape

Test case has been created.
This commit is contained in:
nbv 2017-05-10 17:51:51 +03:00 committed by bugmaster
parent 629362c6fa
commit b7c18ef8b0

View File

@ -0,0 +1,23 @@
puts "========"
puts "OCC28725"
puts "========"
puts ""
#################################################
# Degradation in performance of BRepExtrema_DistShapeShape
#################################################
cpulimit 120
restore [locate_data_file bug28725_holes1.brep] h1
restore [locate_data_file bug28725_holes2.brep] h2
dchrono cr restart
distmini dd h1 h2
dchrono cr stop counter distmini
set dist [dval dd_val]
set expected_dist 1.7021376848002463
set tol_abs_dist 1.0e-07
set tol_rel_dist 0.0
checkreal "Dump of dd_val" ${dist} ${expected_dist} ${tol_abs_dist} ${tol_rel_dist}