1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_6/bug27240_1
ifv 9c4214b416 0030944: [Regression to 7.0.0] Modeling Algorithms - Intersection curves between pair of faces are not found
IntPatch_ImpPrmIntersection.cxx: treatment of coinciding lines is improved
IntWalk_IWalking_1.gxx: bug correction
bug30944 : test case added
2020-08-03 10:52:59 +03:00

35 lines
885 B
Plaintext

puts "========"
puts "OCC27240"
puts "========"
puts ""
###########################################################################
# Boolean operation fails for a case with edge tangential to axis of revolution
###########################################################################
restore [locate_data_file bug27240_vent2-trim.brep] b
explode b
# workaround - increate the tolerance value of the vertex to fill the gap between section curves
explode b_1 v
settolerance b_1_1 0.005
# workaround - increate the tolerance value of the edge to fill the gap between section curves
explode b_2 e
settolerance b_2_5 0.0005
bclearobjects
bcleartools
baddobjects b_1
baddtools b_2
bfillds
bbop result 0
checkshape result
checknbshapes result -solid 1
checkprops result -s 622894
checkprops result -v 2.24142e+007
checkview -display result -2d -path ${imagedir}/${test_image}.png