mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
|
|
puts "========"
|
|
puts "OCC27910"
|
|
puts "========"
|
|
puts ""
|
|
#######################################
|
|
# Exception during offset computation
|
|
#######################################
|
|
|
|
restore [locate_data_file bug27910.brep] s
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload s 10
|
|
offsetperform result
|
|
|
|
checkshape result
|
|
|