mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
18 lines
374 B
Plaintext
Executable File
18 lines
374 B
Plaintext
Executable File
puts "================="
|
|
puts "OCC381"
|
|
puts "================="
|
|
puts ""
|
|
|
|
pload QAcommands
|
|
|
|
NewDocument D MDTV-Standard
|
|
|
|
######################################################
|
|
if { [catch { OCC381_SaveAs D ${imagedir}/OCC381_2.std}] } {
|
|
puts "OCC381: Error"
|
|
} else {
|
|
catch {exec chmod 777 ${imagedir}/OCC381_2.std}
|
|
file delete -force ${imagedir}/OCC381_2.std
|
|
}
|
|
|