mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
When classifying the intersection point check the ON status in 3D - compare the 3D distances with 3D tolerance.
13 lines
449 B
Plaintext
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"
|
|
}
|