1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-06-10 11:34:06 +03:00
occt/tests/bugs/caf/buc60847
2012-12-07 16:29:17 +04:00

19 lines
261 B
Plaintext
Executable File

puts "==========="
puts "BUC60847"
puts "==========="
pload QAcommands
NewDocument D MDTV-Standard
UndoLimit D 100
NewCommand D
box Shape 10 20 30
set ResultError [BUC60847 D Shape]
if { ${ResultError} != 0 } {
puts "BUC60847: Error = $ResultError"
}