mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Use the BRepTopAdaptor_FClass2d instead of BRepClass_FaceClassifier in BRepExtrema_ExtCF for classification of the found intersection points.
14 lines
290 B
Plaintext
14 lines
290 B
Plaintext
puts "========"
|
|
puts "0030880: Bug in BRepExtrema_ExtCF"
|
|
puts "========"
|
|
puts ""
|
|
|
|
pload QAcommands
|
|
|
|
restore [locate_data_file bug30880_edge.brep] e
|
|
restore [locate_data_file bug30880_face.brep] f
|
|
|
|
if {![regexp "No solutions" [OCC30880 e f]]} {
|
|
puts "Error: Incorrect extrema solutions"
|
|
}
|