mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
- Added function checkprops, set default tolerance parameter to 1.0e-4 - Using "area" instead of "square". - Options "-equal\notequal" isn't used together with "-s" in blend and offset test cases. - Correct regressions/differences/improvements and CPU problem (set props tolerance to 0.1) - Corrected test cases to use checkprops proc. - Correct image difference - Updated TODOs in test cases. - Updated test cases to get correct images of result shape
39 lines
843 B
Plaintext
Executable File
39 lines
843 B
Plaintext
Executable File
puts "TODO OCC24156 MacOS: Tcl Exception:"
|
|
puts "TODO OCC24156 MacOS: TEST INCOMPLETE"
|
|
|
|
puts "========"
|
|
puts "OCC453"
|
|
puts "(case 1)"
|
|
puts "========"
|
|
puts ""
|
|
|
|
dchrono h2 reset
|
|
dchrono h2 start
|
|
|
|
set make_print_out 0
|
|
|
|
dset SCALE 1000.
|
|
dset SCALE1 5
|
|
tolblend 0.01 1e-04 1e-05 1e-03
|
|
|
|
restore [locate_data_file CFI_5_f12fgk.rle] s
|
|
tscale s 0 0 0 SCALE1
|
|
explode s E
|
|
|
|
blend result s 0.5*SCALE1 s_1 0.5*SCALE1 s_4 0.5*SCALE1 s_12 0.5*SCALE1 s_8 0.5*SCALE1 s_6
|
|
explode result sh
|
|
tcopy result_1 result
|
|
|
|
dchrono h2 stop
|
|
set q2 [ dchrono h2 show ]
|
|
regexp {CPU user time: ([-0-9.+eE]+) seconds} $q2 full z2
|
|
puts "$z2"
|
|
if { $z2 > 50 } {
|
|
puts "Elapsed time is more then 50 seconds - Faulty"
|
|
} else {
|
|
puts "Elapsed time is less then 50 seconds - OK"
|
|
}
|
|
checkprops result -s 6021.51
|
|
checkshape result
|
|
set 2dviewer 1
|