0030932: Modeling Algorithms - Invalid result on 2d curve on surface approximation
[occt.git] / tests / bugs / moddata_3 / bug30932
CommitLineData
f04de133 1puts "================"
2puts "0030932: Modeling Algorithms - Invalid result on 2d curve on surface approximation"
3puts "================"
4puts ""
5
6# Prepare data.
7restore [locate_data_file bug30932_c2d] c2d
8restore [locate_data_file bug30932_sur] sur
9
10# Approximate.
11approxcurveonsurf res c2d sur
12
13# Length check.
14checklength res -l 150.02782767924231
15
16# Visual check.
17axo;
18don res;
19fit;
20checkview -screenshot -2d -path ${imagedir}/${test_image}.png