0025095: Wrong result obtained by projection algorithm
[occt.git] / tests / bugs / moddata_3 / bug623
1 puts "================"
2 puts "OCC623"
3 puts "================"
4 puts ""
5 ####################
6 ## InCorrect Data in PCurve
7 ####################
8
9 ##cpulimit 4000
10
11 pload XDE
12
13 stepread [locate_data_file OCC623.step] a *
14
15 dchrono h reset
16 dchrono h start
17 nurbsconvert result a_1
18 dchrono h stop
19 set TimeList [dchrono h show]
20
21 regexp {Elapsed time: +([-0-9.+eE]+)} $TimeList full ElapsedTime
22 puts "ElapsedTime = ${ElapsedTime}"
23
24 fsameparameter result
25 checkshape result
26
27 set square 32.1968
28 set 2dviewer 0
29
30