0025095: Wrong result obtained by projection algorithm
[occt.git] / tests / bugs / moddata_3 / bug24474
CommitLineData
bb0e6b9b 1puts "=================================================="
2puts "Check count of segments in approximating polyline."
3puts "=================================================="
4puts ""
5
9278cd60 6restore [locate_data_file bug24474.draw] c
bb0e6b9b 7discrCurve p c nbPnts 3 uniform 1
8regexp {Poles\, +([0-9]+)} [dump p] full n
9if {$n != 3} {
10 puts "Error: invalid discretization."
11}