mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-12 02:40:22 +08: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.
9 lines
188 B
Plaintext
9 lines
188 B
Plaintext
puts "======================="
|
|
puts "BUC60607"
|
|
puts "It takes visual check for this BUC"
|
|
puts "======================="
|
|
|
|
point p 1600 300
|
|
line l 0 500 2000 500
|
|
cirtang c1 -p p -c l -r 200
|