mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
IntPatch/IntPatch_ImpPrmIntersection.cxx - calculation of step depending on resolution of surface IntWalk_IWalking_6.gxx - calculation of point-line coincidence is improved Correction of tests according to current results lowalgos/intss/bug30703 - new test case added
29 lines
546 B
Plaintext
29 lines
546 B
Plaintext
puts "============"
|
|
puts "0030703: Modeling Algorithms - Intersector returns overlapping curves"
|
|
puts "============"
|
|
puts ""
|
|
|
|
restore [locate_data_file bug30703s1] s1
|
|
restore [locate_data_file bug30703s2] s2
|
|
|
|
set info [intersect res s1 s2]
|
|
# Number of solutions check.
|
|
# There should be only 2 solution.
|
|
if {[llength $info] != 1} {
|
|
Error: Incorrect number of solutions.
|
|
}
|
|
|
|
checklength res -l 22.9782037
|
|
|
|
donly s2 res
|
|
clpoles s2
|
|
clknots s2
|
|
clpoles res
|
|
clknots res
|
|
|
|
smallview
|
|
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|