mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-14 20:51:41 +08: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"
|
|
}
|
|
|