1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug30880_1
emv ba165db3d3 0030880: Modeling Algorithms - Bug in BRepExtrema_ExtCF
Use the BRepTopAdaptor_FClass2d instead of BRepClass_FaceClassifier in BRepExtrema_ExtCF for classification of the found intersection points.
2019-09-06 19:23:19 +03:00

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"
}