mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Use the BRepTopAdaptor_FClass2d instead of BRepClass_FaceClassifier in BRepExtrema_ExtCF for classification of the found intersection points.
11 lines
294 B
Plaintext
11 lines
294 B
Plaintext
puts "========"
|
|
puts "0030880: Bug in BRepExtrema_ExtCF"
|
|
puts "========"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30880_face.brep] f
|
|
point p2d -0.0034857302428251678 0.016350559703980902
|
|
if {![regexp "OUT" [b2dclassifx f p2d -tol 1.e-7]]} {
|
|
puts "Error: Incorrect classification of the point"
|
|
}
|