mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08: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_2.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
|