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/bug30903
emv 3dd193aa6d 0030903: Bug in IntCurvesFace_ShapeIntersector
When classifying the intersection point check the ON status in 3D - compare the 3D distances with 3D tolerance.
2019-08-29 19:03:48 +03:00

13 lines
449 B
Plaintext

puts "======================================================="
puts "0030903: Bug in IntCurvesFace_ShapeIntersector"
puts "======================================================="
puts ""
pload QAcommands
restore [locate_data_file bug30903_shell.brep] s
if {![regexp "status = -1" [OCC17424 s 132.319855705359 32.8066746022481 -61.4897311243957 0 -0.634115797726033 -0.77323809727294 -1]]} {
puts "Error: there must be no intersection point"
}