mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
The reason of this issue is in incorrectly interpreted the generic class "TheExtPC" (eliminated after the fix 0024773) as Extrema_ExtPC2d. Correct interpretation must be "Extrema_EPCOfExtPC2d" class. Now this problem has been fixed in the class Geom2dGcc_Circ2dTanCenGeo. New testgrid "lowalgos 2dgcc" has been created.
19 lines
597 B
Plaintext
19 lines
597 B
Plaintext
puts "=================================="
|
|
puts "BUC60622"
|
|
puts "=================================="
|
|
puts "There was an infinity of solutions and also c1, c2 and c3 are solutions"
|
|
puts ""
|
|
puts "It takes visual check for this BUG"
|
|
puts "=================================="
|
|
puts ""
|
|
|
|
circle c3 500 3000 250
|
|
circle c2 375 3000 125
|
|
circle c1 625 3000 125
|
|
cirtang result -c c1 -c c2 -c c3
|
|
|
|
checklength result_1 -l 1570.7963267948965
|
|
checklength result_2 -l 785.39816339744868
|
|
checklength result_3 -l 785.39816339744823
|
|
checklength result_4 -l 523.59877559829806
|
|
checklength result_5 -l 523.59877559829806 |