mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
16 lines
236 B
Plaintext
Executable File
16 lines
236 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60790"
|
|
puts "BUC60836"
|
|
puts "==========="
|
|
|
|
pload QAcommands
|
|
|
|
NewDocument D MDTV-Standard
|
|
UndoLimit D 100
|
|
|
|
set ResultError [BUC60836 D]
|
|
if {${ResultError} != 0 } {
|
|
puts "BUC60790: Error = $ResultError"
|
|
}
|
|
|