1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
occt/tests/bugs/modalg_1/buc60777
ski 5747059b21 0026833: Create command checkview containing all viewer types
Created command checkview for displaying shapes.
2016-02-05 11:14:37 +03:00

27 lines
645 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"
}
# Lenth 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