mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
20 lines
473 B
Plaintext
20 lines
473 B
Plaintext
puts "REQUIRED All: ERROR. Degenerated normal on input data"
|
|
puts "========"
|
|
puts "OCC26587"
|
|
puts "========"
|
|
puts ""
|
|
#######################################################
|
|
# Infinite calculations of BRepOffset_MakeOffset
|
|
#######################################################
|
|
|
|
smallview
|
|
|
|
restore [locate_data_file bug26587_plate.brep] plate
|
|
|
|
offsetparameter 1e-7 p i
|
|
offsetload plate 50
|
|
offsetperform r
|
|
|
|
fit
|
|
checkview -screenshot -2d -path ${imagedir}/${test_image}.png
|