1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_7/bug30722
abulyche 41e2eed0fc 0030722: Modeling Algorithms - BRepExtrema_DistShapeShape computes wrong distances
Updated the math_DirectPolynomialRoots.cxx
Added the test case "bug30722"
Updated the command "b2dclassify" in the BOPTest_LowCommands.cxx
2021-09-07 20:01:40 +03:00

16 lines
448 B
Plaintext

puts "================================================================="
puts "OCC30722: Modeling Algorithms - BRepExtrema_DistShapeShape computes wrong distances"
puts "================================================================="
puts ""
restore [locate_data_file bug30722_1.brep] w
restore [locate_data_file bug30722_2.brep] e
explode w
mkcurve c1 w_1
mkcurve c2 e
extrema c1 c2
if { [isdraw ext_1] == 0 } {
puts "Error: no solutions!"
}