1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_7/bug31260
ifv 389f5b59dd 0031260: Geom2dGcc_Circ2d2TanRad fails in this case (720)
Adaptor2d/Adaptor2d_OffsetCurve.cxx:
Function nbPoints(...) is modified

Test case added
2020-01-16 18:20:01 +03:00

28 lines
484 B
Plaintext

puts "========"
puts "0031260: Geom2dGcc_Circ2d2TanRad fails in this case (720)"
puts "========"
puts ""
restore [locate_data_file bug31260.brep] t
mkcurve c t
plane p 0.0 0.0 12.649999618530273 0.0 0.0 1.0
to2d c2d c p
point pnt 11.9850 12.0585
cirtang r -c c2d -p pnt -r 0.5
smallview -2D-
2dfit
xwd ${imagedir}/${test_image}.png
set NbCurv [llength [directory r_*]]
if { $NbCurv == 2 } {
puts "OK: Number of circles is good"
} else {
puts "Error: Not all solutions"
}