mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +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
31 lines
784 B
Plaintext
Executable File
31 lines
784 B
Plaintext
Executable File
puts "============"
|
|
puts "OCC697"
|
|
puts "============"
|
|
puts ""
|
|
######################################################
|
|
# Fuse operation does not work
|
|
######################################################
|
|
## (old topology)
|
|
## (fuse)
|
|
######################################################
|
|
|
|
puts "#"
|
|
puts "Non stable test case on Linux. MKV. 28.04.2010"
|
|
puts "#"
|
|
|
|
restore [locate_data_file OCC697_2.brep] b2
|
|
restore [locate_data_file OCC697_3.brep] b3
|
|
|
|
checkshape b2
|
|
checkshape b3
|
|
##############################################
|
|
if { [catch {bfuse result b2 b3} catch_result] } {
|
|
##############################################
|
|
puts "Faulty : an exception was caught"
|
|
}
|
|
|
|
checkprops result -s 26041.9
|
|
checkshape result
|
|
checkview -display result -2d -path ${imagedir}/${test_image}.png
|
|
|