1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/lowalgos/bnd/bug29463
msv 1d53219a28 0029463: Regression relation to 691 version: Method BndBox::IsOut() returns true for point lying on the planar face
Correct the method BRepBndLib::Add so that to enlarge the bounding box on the tolerance of edges which curves participate in calculation of the box.
2018-01-31 17:22:16 +03:00

17 lines
483 B
Plaintext

puts "========"
puts "OCC29463"
puts "========"
puts ""
#################################################
# Method BndBox::IsOut() returns true for point lying on the planar face
#################################################
restore [locate_data_file bug29463_face13_691.brep] f
vertex v 165.16888924444618 16.119975403493935 6.6799998283386177
set res [isbbinterf f v]
if [regexp "The shapes are NOT interfered by AABB" $res] {
puts "Error: bounding box works incorrect"
}