Files
OCCT/tests/perf/modalg/bug26443_1
Pasukhin Dmitry cb19690573 Testing - Update Ref tests mesh and offset test cases (#895)
Update private test reports after #892 #890 #894 #889
2025-12-08 12:40:03 +00:00

23 lines
424 B
Plaintext

puts "========"
puts "OCC26443"
puts "========"
puts ""
###########################
# Offset surface hangs up
###########################
smallview
restore [locate_data_file OCC26443-shell_1.brep] a
dchrono h restart
offsetshape r a -2
dchrono h stop counter offsetshape
fit
if { [isdraw r] } {
checkshape r
checknbshapes r -ref [lrange [nbshapes a] 8 19]
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
}