1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
nbv a6ebe9fc7c 0028493: [Regression vs 7.0.0] Intersection algorithm produces curve with loop
1. New testgrid "lowalgos/intss" has been created. It will contain all test cases on geometrical intersection of two surfaces ("intersect" DRAW-command) and two faces ("bopcurves" DRAW-command).

2. New test case for the issue #28493 has been created because the problem is not reproduced on MASTER.

3. Test case (lowalgos/intss/bug24472) for the issue #29501 has been modified in order to check loops of the resulting intersection curves.
2018-10-30 16:04:24 +03:00

27 lines
911 B
Plaintext

puts "============"
puts "OCC21750"
puts "============"
puts ""
##################################
# Intersection of two cylindrical surfaces fails
##################################
cylinder c1 1031.3339148728076 -113.25868616662650 56.152387686082520 -0.86602540378443815 0.50000000000000089 0.0 -0.50000000000000089 -0.86602540378443815 0.0 76.499999999999986
cylinder c2 1017.0706583606553 -103.24955863669388 56.152387686082548 0.86602540378443915 -0.49999999999999933 0.0 0.49999999999999933 0.86602540378443915 0.0 76.499999999999986
if { [catch {set info [intersect r c1 c2 1e-7]} catch_result] } {
puts "Error: The intersection of two cylindrical surfaces causes an exception"
}
# Number of solutions check.
# There should be only 2 solution.
if {[llength $info] != 2} {
Error: Incorrect number of solutions.
}
smallview
fit
checkview -screenshot -2d -path ${imagedir}/${test_image}.png