mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
Correct the behavior of the command 2dapprox for the case of points input in the command line. Restore the work of the command 2dinterpole (implemented in the same method as 2dapprox). Add test cases. Correct generation of snapshots for the tests lowalgos/2dinter/*.
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
puts "================"
|
|
puts "0029679: Command 2dapprox works wrong when giving points in command line"
|
|
puts "================"
|
|
puts ""
|
|
|
|
2dinterpole c 5 0 0 3 4 -1 4 -4 0 -4 -3
|
|
|
|
checklength c -l 18.236785351873756
|
|
|
|
smallview -2D-
|
|
2dfit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|