mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
D0 computation of offset surface simplification. Update of test-case according to the new behavior Test-cases for issue #26443
21 lines
308 B
Plaintext
21 lines
308 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
|
|
|
|
set only_screen_axo 1
|