1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
aml f04de1335c 0030932: Modeling Algorithms - Invalid result on 2d curve on surface approximation
New method generating 3D curve is added when 2D curve is linear isoline.
2019-10-22 15:15:46 +03:00

21 lines
450 B
Plaintext

puts "================"
puts "0030932: Modeling Algorithms - Invalid result on 2d curve on surface approximation"
puts "================"
puts ""
# Prepare data.
restore [locate_data_file bug30932_c2d] c2d
restore [locate_data_file bug30932_sur] sur
# Approximate.
approxcurveonsurf res c2d sur
# Length check.
checklength res -l 150.02782767924231
# Visual check.
axo;
don res;
fit;
checkview -screenshot -2d -path ${imagedir}/${test_image}.png