mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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!"
|
|
} |