1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-04 18:06:22 +03:00
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

26 lines
614 B
Plaintext
Executable File

puts "========"
puts "OCC231"
puts "========"
puts ""
#############################################
##Incorrect work DRAW command "proj" in version dev
## and receive such result:
## in dev : ext_1 ext_2 ext_3
## in C40 : ext_1 ext_2 ext_3 ext_4
#############################################
restore [locate_data_file OCC231.draw] result
set str [proj result 1751.38 614.152 -180.331]
set err [llength $str]
if { $err < 4 } {
puts "Faulty OCC231: Projection was made wrongly"
} else {
puts "OCC231 OK: Projection was made properly"
}
checkview -display result -2d -path ${imagedir}/${test_image}.png