1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
emv cd0705f660 0024789: BOPAlgo_Builder produces invalid result on planar, conical and spherical surfaces
BOPAlgo_PaveFiller::MakeBlocks() - Improve Face/Face post treatment procedure by:
* Adding more existing edge for intersection with section edges to resolve all possible intersections.
* Using tree for edges selection.
* Avoiding intersection of the existing edges among themselves.

IntPatch_ImpImpIntersection::CyCyNoGeometric - add more points to wline to make it more smooth.
2020-09-18 17:46:50 +03:00

16 lines
441 B
Plaintext
Executable File

restore [locate_data_file a102] a
restore [locate_data_file b60] b
bop a b
boptuc result
checkprops result -s 15000 -v 31250
checknbshapes result -wire 24 -face 24 -shell 6 -solid 6
foreach sol [explode result so] {
if {![regexp "This shape seems to be OK" [bopcheck $sol]]} {
puts "Error: the result solid $sol shape is self-interfered"
}
}
checkview -display result -2d -otherwise { a b } -s -path ${imagedir}/${test_image}.png