mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
GeomInt/GeomInt_IntSS.cxx, IntTools/IntTools_FaceFace.cxx - setting deflection 0.01 for case of two bspline surfaces IntPolyh/IntPolyh_Intersection.cxx, IntPolyh/IntPolyh_Intersection.hxx - status IsParallel is added BndLib/BndLib_Add3dCurve.cxx, IntTools/IntTools_TopolTool.cxx - fix small bugs Correction of test scripts according to current behavior of algorithms lowalgos/intss/bug32849 - test case added
27 lines
595 B
Plaintext
27 lines
595 B
Plaintext
puts "========"
|
|
puts "0032607: Modeling Algorithms - BOPAlgo_BOP returns incomplete result"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug32607.brep] s
|
|
explode s
|
|
|
|
regexp {Tolerance Reached=+([-0-9.+eE]+)\n+([-0-9.+eE]+)} [bopcurves s_1 s_2 -2d] full Toler NbCurv
|
|
|
|
checkreal Tolerance $Toler 0.0011727990276470168 1.0e-7 0.0
|
|
if {$NbCurv != 1} {
|
|
puts "Error: Please check NbCurves for intersector"
|
|
} else {
|
|
checklength c_1 -l 14.469397997508448
|
|
QACheckBends c_1
|
|
}
|
|
|
|
smallview
|
|
don c_*
|
|
fit
|
|
disp s_1 s_2
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|