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/bug26563
akaftasev 2d950d5b03 0029144: Modeling Algorithms - BOP PaveFiller hangs in some case
Changed decreasing aDeltaRestrictor to division by 2 instead of value assignment to aDelta if point does not found.
Changed wrong comparison of two Standard_Real values.
2024-05-27 16:47:00 +01:00

24 lines
758 B
Plaintext

puts "========"
puts "OCC26563"
puts "========"
puts ""
#################################################################################
# Boolean cut operation in new API multi-tool mode performs fuse instead of cut
#################################################################################
restore [locate_data_file bug26563_BodyShape.brep] bodyshape
restore [locate_data_file bug26563_CutShape.brep] cutshape
bclearobjects
bcleartools
baddobjects bodyshape
baddtools cutshape
bfuzzyvalue 1e-5
bapibop result 2
checkshape result
checkprops result -v 1.52043e+7
checknbshapes result -vertex 235 -edge 355 -wire 122 -face 121 -shell 1 -solid 1 -compsolid 0 -compound 1 -shape 836
checkview -display result -2d -path ${imagedir}/${test_image}.png