mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
21 lines
348 B
Plaintext
21 lines
348 B
Plaintext
puts "========"
|
|
puts "OCC26443"
|
|
puts "========"
|
|
puts ""
|
|
###########################
|
|
# Offset surface hangs up
|
|
###########################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file OCC26443-shell_1.brep] a
|
|
|
|
chrono h reset
|
|
dchrono h start
|
|
offsetshape r a -2
|
|
chrono h stop
|
|
dchrono h show
|
|
fit
|
|
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|