1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
ifv 9a640cbe72 0030703: Modeling Algorithms - Intersector returns overlapping curves
IntPatch/IntPatch_ImpPrmIntersection.cxx - calculation of step depending on resolution of surface

IntWalk_IWalking_6.gxx - calculation of point-line coincidence is improved

Correction of tests according to current results

lowalgos/intss/bug30703 - new test case added
2020-11-28 12:36:05 +03:00

31 lines
634 B
Plaintext

puts "=========="
puts "OCC29523"
puts "=========="
restore [locate_data_file bug29523_cut_extrudewire00.brep] sw
restore [locate_data_file bug29523_cut_toolwire00.brep] tw
evolved result -s sw -p tw -solid -a -v
checkprops result -s 1.94263e+010 -v 6.2718e+013
checkshape result
checknbshapes result -solid 1 -shell 1
if {[regexp "Faulties" [bopargcheck result]]} {
puts "Error: bopargcheck has found some faulties in res2"
}
set tolres [checkmaxtol result]
if { ${tolres} > 1.e-5} {
puts "Error: bad tolerance of result"
}
smallview
don result sw tw
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png