mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
18 lines
410 B
Plaintext
18 lines
410 B
Plaintext
puts "============"
|
|
puts "OCC24011"
|
|
puts "============"
|
|
puts ""
|
|
##################################
|
|
# Can't offset a wire on face
|
|
##################################
|
|
|
|
restore [locate_data_file bug24011_offsetWireBug.brep] a
|
|
|
|
mkoffset result a 1 0.04
|
|
renamevar result_1 result
|
|
|
|
checkprops result -l 43.0477
|
|
checkshape result
|
|
checksection result
|
|
checkview -display result -3d -path ${imagedir}/${test_image}.png
|