1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00
ski cd718a73c7 0027145: Remove redundant usage of GetPercent procedure
Usage of GetPercent procedure was replaced by checkreal procedure.
2016-02-12 00:04:29 +03:00

32 lines
924 B
Plaintext
Executable File

puts "==========="
puts "OCC15570"
puts "==========="
set BugNumber OCC15570
######################################################
# Incorrect handling of Unicode strings
######################################################
pload XDE
igesbrep [locate_data_file OCC15570.igs] a *
tpcompound result
set BoundList [boundingstr result]
set xmin [lindex ${BoundList} 0]
set ymin [lindex ${BoundList} 1]
set zmin [lindex ${BoundList} 2]
set xmax [lindex ${BoundList} 3]
set ymax [lindex ${BoundList} 4]
set zmax [lindex ${BoundList} 5]
checkreal "xmin" ${xmin} -22.500000100000001 0 0.001
checkreal "ymin" ${ymin} -88.366946209482094 0 0.001
checkreal "zmin" ${zmin} -1.0000002775557561e-07 0 0.001
checkreal "xmax" ${xmax} 22.500000100000001 0 0.001
checkreal "ymax" ${ymax} 22.776076069021901 0 0.001
checkreal "zmax" ${zmax} 86.12676222997429 0 0.001
checkview -display result -2d -path ${imagedir}/${test_image}.png