mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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"
|
|
}
|