mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Adding condition for preventing decreasing Lipschitz constant if derivative are too small Test case is created
13 lines
463 B
Plaintext
13 lines
463 B
Plaintext
puts "========"
|
|
puts "OCC28637"
|
|
puts "========"
|
|
puts ""
|
|
####################################################################################
|
|
## [regression] Extrema curve - curve can not find correct solution between edge based on the line and BSpline edge
|
|
####################################################################################
|
|
|
|
restore [locate_data_file bug28637_shapes.brep] b
|
|
explode b
|
|
distmini d b_1 b_2
|
|
checkprops d -l 4.46857e-005 -deps 1.e-2
|