1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug29839
ifv e8e8b273bb 0029839: Modeling Algorithms - Unexpected Circle to BSpline surface extrema behavior
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
2020-07-08 16:03:10 +03:00

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