mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
11 lines
435 B
Plaintext
11 lines
435 B
Plaintext
puts "===================================================================="
|
|
puts "0033558: Modeling Algorithms - The solids does not preserve geometry topology after applying offset to all faces"
|
|
puts "===================================================================="
|
|
puts ""
|
|
|
|
pload MODELING
|
|
restore [locate_data_file bug33558.brep] bb
|
|
offsetshape r bb -50
|
|
checkshape r
|
|
checkview -display r -2d -path ${imagedir}/${test_image}.png
|