mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-13 11:46:28 +08:00
20 lines
229 B
Plaintext
Executable File
20 lines
229 B
Plaintext
Executable File
puts "==========="
|
|
puts "BUC60910"
|
|
puts "==========="
|
|
|
|
pload QAcommands
|
|
|
|
NewDocument D MDTV-Standard
|
|
UndoLimit D 100
|
|
|
|
NewCommand D
|
|
|
|
set ResultError [BUC60910 D]
|
|
if { ${ResultError} != 0 } {
|
|
puts "Error : 1"
|
|
}
|
|
|
|
NewCommand D
|
|
|
|
|