1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/tests/bugs/modalg_4/bug745_10
luz paz 7b5e532f83 0031939: Coding - correction of spelling errors in comments [part 7]
Fix various typos

Fixed via codespell v2.1.dev
2021-01-20 21:27:44 +03:00

27 lines
629 B
Plaintext
Executable File

puts "========"
puts "OCC745"
puts "========"
puts ""
#############################################
# Negative offset parameter leads to positive offset and vice-
# versa. Result of the offset represent an edge instead of wire.
#############################################
restore [locate_data_file OCC745_nb1.brep] w
mkoffset result w 1 -1
set list [whatis result_1]
if { [regexp {WIRE} $list] == 0 } {
puts "Faulty OCC745"
} else {
puts "OCC745 OK"
}
renamevar result_1 result
checkprops result -l 307.876
checkshape result
checksection result
checkview -display result -2d -path ${imagedir}/${test_image}.png