mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Updated the math_DirectPolynomialRoots.cxx Added the test case "bug30722" Updated the command "b2dclassify" in the BOPTest_LowCommands.cxx
16 lines
448 B
Plaintext
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!"
|
|
} |