mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Extrema_ExtCS.cxx: treatment of small line segments is added; Extrema_GenExtCS.cxx: treatment of particular cases curve-quadric and conic-surface are added Extrema_GlobOptFuncCQuadric, Extrema_GlobOptFuncConicS: new distance functions for particular cases are added BOPAlgo_PaveFiller_5.cxx : treatment of large common parts edge-face is improved ElSLib.cxx : method TorusParameters(...) is modified to avoid divide by zero math_PSOParticlesPool.cxx : initialization of array is added
23 lines
488 B
Plaintext
23 lines
488 B
Plaintext
puts "================================================================="
|
|
puts "OCC29839: Unexpected extrema behavior"
|
|
puts "================================================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug29839.brep] s
|
|
|
|
explode s
|
|
distmini d s_1 s_2
|
|
checknbshapes d -edge 0 -vertex 1
|
|
|
|
set dist [dval d_val]
|
|
|
|
if { ${dist} > 2.e-10} {
|
|
puts "Error: bad distance"
|
|
}
|
|
|
|
smallview +X+Y
|
|
donly s_1 s_2 d
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|