mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
Remove performance comparing with hardcoded value. Test cases for performance of some commands were moved to perf group. Updated documentation.
19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
puts "========"
|
|
puts "OCC26443"
|
|
puts "========"
|
|
puts ""
|
|
###########################
|
|
# Offset surface hangs up
|
|
###########################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26443-shell_2.brep] a
|
|
|
|
dchrono h restart
|
|
offsetshape r a -2
|
|
dchrono h stop counter offsetshape
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|