mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-06-14 11:37:02 +08: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"
|
|
}
|
|
|