0025957: nurbsconvert modifies original shape
[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 setflags a_1 locked
16 dchrono h reset
17 dchrono h start
18 nurbsconvert result a_1
19 dchrono h stop
20 set TimeList [dchrono h show]
21
22 regexp {Elapsed time: +([-0-9.+eE]+)} $TimeList full ElapsedTime
23 puts "ElapsedTime = ${ElapsedTime}"
24
25 fsameparameter result
26 checkshape result
27
28 checkprops result -s 32.1968
29 checkview -display result -2d -path ${imagedir}/${test_image}.png
30
31