mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-11 01:58:22 +08:00
14 lines
186 B
Plaintext
Executable File
14 lines
186 B
Plaintext
Executable File
puts "================="
|
|
puts "OCC361"
|
|
puts "BUC60995"
|
|
puts "================="
|
|
|
|
pload QAcommands
|
|
|
|
NewDocument D MDTV-Standard
|
|
|
|
if { [catch { OCC361 D }] } {
|
|
puts "OCC361: Error"
|
|
}
|
|
|