mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03: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"
|
|
}
|
|
|