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_1/buc60777
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
646 B
Plaintext
Executable File

puts "========================"
puts "BUC60777"
puts "========================"
profile p x 30 y -10 x 10 y 10 x 10 y 30 t -30 -20 t -30 20
mkoffset result p 1 -1
explode p w
regexp {Mass +: +([-0-9.+eE]+)} [lprops result_1] full end
regexp {Mass +: +([-0-9.+eE]+)} [lprops p_1] full end1
if { $end >= $end1} {
puts " Faulty Mkoffset operation was made wrongly"
} else {
puts " Mkoffset operation was made successfully"
}
# Length of "profile" : 203.733802110964
renamevar result_1 result
checkprops result -l 191.044
checkshape result
checksection result
checkview -display result -2d -path ${imagedir}/${test_image}.png