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_7/bug27469_2
ifv 380748c340 0027469: Modeling Algorithms - Regression vs 6.9.1: Wrong result of Edge/Face intersection
IntTools/IntTools_BeanFaceIntersector.cxx - decreasing parameter aDeltaRestrictor in method ComputeRangeFromStartPoint(...) to avoid "jumping" across the common part boundary.

IntTools/IntTools_EdgeFace.cxx - method IsCoincident() - improving criteria of coincidence between edge and face.
2020-10-22 17:49:17 +03:00

22 lines
603 B
Plaintext

puts "===================================================================="
puts "OCC27469 Regression vs 6.9.1: Wrong result of Edge/Face intersection"
puts "===================================================================="
puts ""
restore [locate_data_file bug27469_shapes.brep] b
explode b
bclearobjects
bcleartools
baddobjects b_1
baddtools b_2
bfillds
bbuild result
checkshape result
checknbshapes result -solid 7 -shell 7 -face 39 -wire 46 -edge 67 -vertex 34
checkmaxtol result -min_tol 2.17e-2
checkprops result -l 352002
checkview -display result -2d -path ${imagedir}/${test_image}.png