mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
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
31 lines
634 B
Plaintext
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
|
|
|