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.
10 lines
162 B
Plaintext
10 lines
162 B
Plaintext
point p 0 0
|
|
line l 10 0 -1 1
|
|
cirtang c -p p -c l -r 4
|
|
|
|
smallview -2D-
|
|
don c_1 c_2
|
|
2dfit
|
|
disp l p
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png |