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
35 lines
686 B
Plaintext
35 lines
686 B
Plaintext
puts "=========================================="
|
|
puts "0031890: Invalid result of common fuse BOP"
|
|
puts "=========================================="
|
|
puts ""
|
|
|
|
restore [locate_data_file bug31890_sol.brep] sol
|
|
restore [locate_data_file bug31890_ext.brep] ext
|
|
|
|
bclearobjects
|
|
bcleartools
|
|
baddobjects sol
|
|
baddtools ext
|
|
|
|
bfillds
|
|
|
|
bbuild inv
|
|
checkshape inv
|
|
|
|
set tolres [checkmaxtol inv]
|
|
|
|
if { ${tolres} > 6.e-6} {
|
|
puts "Error: bad tolerance of result"
|
|
}
|
|
|
|
bbop r_0 0
|
|
bbop r_1 1
|
|
|
|
checkshape r_0
|
|
checknbshapes r_0 -solid 1 -shell 1 -face 9 -wire 11
|
|
checkprops r_0 -s 58.2381 -v 14.1288
|
|
|
|
checkshape r_1
|
|
checknbshapes r_1 -solid 1 -shell 1 -face 16 -wire 18
|
|
checkprops r_1 -s 91.6213 -v 39.4973
|