mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-06-10 11:34:06 +03:00
17 lines
235 B
Plaintext
Executable File
17 lines
235 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60817"
|
|
puts "==========="
|
|
|
|
pload QAcommands
|
|
|
|
NewDocument D MDTV-Standard
|
|
UndoLimit D 100
|
|
|
|
NewCommand D
|
|
|
|
set ResultError [BUC60817 D]
|
|
if { ${ResultError} != 0 } {
|
|
puts "BUC60817: Error = $ResultError"
|
|
}
|
|
|