mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
move algorithm of obtaining results from function gproject to method ProjLib_CompProjectedCurve::Perform; fix tolerances in ProjLib_PrjResolve::ProjLib_PrjResolve; new treatment of myMaxDist; use extend bounds in approximation; add test; test case "bugs modalg_5 bug25980", "bugs modalg_7 bug24185" have been changed according to new behavior.
17 lines
384 B
Plaintext
17 lines
384 B
Plaintext
puts "========"
|
|
puts "OCC25980"
|
|
puts "========"
|
|
puts ""
|
|
#################################################
|
|
# Wrong result obtained by projection algorithm
|
|
#################################################
|
|
|
|
restore [locate_data_file c2t.draw] c
|
|
restore [locate_data_file s1t.draw] s
|
|
|
|
set bug_info [catch {project x c s}]
|
|
|
|
if {$bug_info == 1} {
|
|
puts "ERROR: OCC25980 is reproduced."
|
|
}
|