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
36 lines
686 B
Plaintext
36 lines
686 B
Plaintext
puts "========"
|
|
puts "OCC29900: Invalid result of FUSE operation"
|
|
puts "========"
|
|
puts ""
|
|
|
|
cpulimit 1000
|
|
|
|
brestore [locate_data_file bug29900_rotated.brep] s1
|
|
brestore [locate_data_file bug29900_sewedShape.brep] s2
|
|
|
|
bdrawwarnshapes 1
|
|
bfuzzyvalue 2.1e-5
|
|
brunparallel 1
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects s1
|
|
baddtools s2
|
|
bfillds
|
|
bbop result 1
|
|
|
|
checkshape result
|
|
checknbshapes result -wire 39 -face 39 -shell 1 -solid 1
|
|
checkprops result -s 0.0199382 -v 3.24449e-005
|
|
|
|
if {![regexp "Meshing statuses: NoError" [incmesh result 0.00001]]} {
|
|
puts "Error: Meshing not done"
|
|
}
|
|
|
|
boptions -default
|
|
|
|
smallview +Y+Z
|
|
don result
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|