1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-10 11:34:06 +03:00
nbv 4fe725a46a 0027976: Unstable work of 2d intersection algorithm for two lines
1. Test case for the issue has been created.
The problem is still reproduced on MASTER.

2. Some test cases have been moved to lowalgos/2dinter grid.
2018-12-21 15:38:03 +03:00

23 lines
532 B
Plaintext

puts "============"
puts "CR24800"
puts "==========="
puts ""
###############################################################################
# Point of intersection was not found for 2d offset curve.
###############################################################################
restore [locate_data_file bug24800_curve2.draw] c2
set inter1 [2dintersect c2]
set int1 [regexp {Intersection point 1} ${inter1}]
if { ${int1} == 0 } {
puts "Error : Intersection is not found"
}
av2d
2dfit
xwd ${imagedir}/${test_image}.png