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/bug28892_1
emv 7337535943 0028892: BOPAlgo_PaveFiller returns status "error: 11" in draw or raises exception in app on the given shapes set
Boolean Operations algorithm - Added processing of the untouched edges (without edge set) in the UpdatePaveBlocks method.

IntCurvesFace_Intersector algorithm - Avoid calculation of the number of sample points on the surfaces with too small UV ranges.
2017-08-17 15:47:50 +03:00

24 lines
666 B
Plaintext

puts "TODO OCC28989 ALL: Faulty shapes in variables"
puts "======="
puts "OCC28892"
puts "======="
puts ""
##################################################
# BOPAlgo_PaveFiller returns status "error: 11" in draw or raises exception in app on the given shapes set
##################################################
binrestore [locate_data_file bug28892_shape.bin] a
binrestore [locate_data_file bug28892_tools.bin] b
bclearobjects
bcleartools
baddobjects a
baddctools b
bfillds
bbuild result
# just check that the operation did not raise an exception and produced any result
checkshape result
# checkview -display result -2d -path ${imagedir}/${test_image}.png