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
28 lines
652 B
Plaintext
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 |