1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/perf/modalg/bug29329
ifv 5c48956f8e 0032849: Modeling Algorithms - Intersection algorithm returns incomplete result.
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
2022-03-01 18:57:09 +03:00

28 lines
652 B
Plaintext

puts "========"
puts "0029329: Modeling Algorithms - Low performance of the General Fuse algorithm"
puts "========"
puts ""
restore [locate_data_file bug29329_objects.brep] a
restore [locate_data_file bug29329_tools.brep] b
bnondestructive 1
dchrono timer restart
bfuse result a b
dchrono timer stop counter OCC29329Fuse
dchrono timer show
checkshape result
checknbshapes result -solid 1 -shell 1 -face 40 -wire 40
if {![regexp "This shape seems to be OK" [bopcheck result]]} {
puts "Error: The result is a self-intersecting shape."
}
checkprops result -s 6483.69 -v 21609.6
checkview -display result -2d -path ${imagedir}/${test_image}.png