mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
28 lines
628 B
Plaintext
28 lines
628 B
Plaintext
puts "========"
|
|
puts "OCC26513"
|
|
puts "========"
|
|
puts ""
|
|
###########################################################
|
|
# Offset API not returning result (seems to be "hanging")
|
|
###########################################################
|
|
|
|
set max_time 10
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug26513-offset_input.brep] a
|
|
|
|
unifysamedom s a -a 1.e-8
|
|
offsetparameter 1.e-7 c i
|
|
offsetload s 5
|
|
offsetperform result
|
|
|
|
checkshape result
|
|
|
|
checkprops result -s 3.28125e+008 -v 3.07334e+010
|
|
|
|
unifysamedom result_unif result
|
|
checknbshapes result_unif -face 114 -shell 1
|
|
|
|
checkview -display result_unif -2d -path ${imagedir}/${test_image}.png
|