mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
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.
24 lines
666 B
Plaintext
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 |